Fix english
Minor fix.
This commit is contained in:
parent
262c8f2f07
commit
559a72aab5
@ -651,7 +651,7 @@ bool MainMenuScreen::onEscapePressed()
|
|||||||
} // onConfirm
|
} // onConfirm
|
||||||
}; // ConfirmClose
|
}; // 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(),
|
MessageDialog::MESSAGE_DIALOG_YESNO, new ConfirmClose(),
|
||||||
true/*delete_listener*/);
|
true/*delete_listener*/);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user