Fix spelling mistake

This commit is contained in:
Jan Dalheimer 2013-12-30 14:55:55 +01:00
parent 5d0868a056
commit 76438f6afe

View File

@ -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"));
}
}