summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gui/dialogs/SettingsDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/dialogs/SettingsDialog.cpp b/gui/dialogs/SettingsDialog.cpp
index 0d97a5a5..30a973da 100644
--- a/gui/dialogs/SettingsDialog.cpp
+++ b/gui/dialogs/SettingsDialog.cpp
@@ -155,7 +155,7 @@ void SettingsDialog::on_jsonEditorBrowseBtn_clicked()
}
else
{
- QMessageBox::warning(this, tr("Invalid"), tr("The file choosen does not seem to be an executable"));
+ QMessageBox::warning(this, tr("Invalid"), tr("The file chosen does not seem to be an executable"));
}
}