I18N: Make many more GUI MessageDialog strings translatable
This commit is contained in:
parent
ba758710f5
commit
06bbb57ad7
20 changed files with 89 additions and 60 deletions
|
@ -143,9 +143,9 @@ void MainMenuDialog::handleCommand(GUI::CommandSender *sender, uint32 cmd, uint3
|
|||
break;
|
||||
case kHelpCmd: {
|
||||
GUI::MessageDialog dialog(
|
||||
"Sorry, this engine does not currently provide in-game help. "
|
||||
_("Sorry, this engine does not currently provide in-game help. "
|
||||
"Please consult the README for basic information, and for "
|
||||
"instructions on how to obtain further assistance.");
|
||||
"instructions on how to obtain further assistance."));
|
||||
dialog.runModal();
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue