From 7254d5b6389cf821bbc76fc1762883485f401e63 Mon Sep 17 00:00:00 2001 From: CRD716 Date: Thu, 27 Oct 2022 21:52:57 -0500 Subject: [PATCH] fix user visible typo in mainwindow.cpp --- sdrgui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()