I18N: Make many more GUI MessageDialog strings translatable

This commit is contained in:
Thierry Crozat 2011-06-13 22:19:18 +01:00
parent ba758710f5
commit 06bbb57ad7
20 changed files with 89 additions and 60 deletions

View file

@ -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;