Fix english

Minor fix.
This commit is contained in:
QwertyChouskie 2021-02-15 15:38:48 -08:00 committed by GitHub
parent 262c8f2f07
commit 559a72aab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -651,7 +651,7 @@ bool MainMenuScreen::onEscapePressed()
} // onConfirm
}; // ConfirmClose
new MessageDialog(_("Are you sure to quit STK?"),
new MessageDialog(_("Are you sure you want to quit STK?"),
MessageDialog::MESSAGE_DIALOG_YESNO, new ConfirmClose(),
true/*delete_listener*/);
return false;