diff --git a/sdrgui/mainwindow.cpp b/sdrgui/mainwindow.cpp index 249c4c608..519f7fe9a 100644 --- a/sdrgui/mainwindow.cpp +++ b/sdrgui/mainwindow.cpp @@ -2042,7 +2042,7 @@ void MainWindow::on_action_saveAll_triggered() { saveConfiguration(m_mainCore->m_settings.getWorkingConfiguration()); m_mainCore->m_settings.save(); - QMessageBox::information(this, tr("Done"), tr("All curent settings saved")); + QMessageBox::information(this, tr("Done"), tr("All current settings saved")); } void MainWindow::on_action_Quick_Start_triggered()