marked two strings for translation
This commit is contained in:
parent
a8412af84a
commit
e7eb4e18c0
1 changed files with 2 additions and 2 deletions
|
@ -1716,13 +1716,13 @@ int play_game(int argc, char** argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
loadscreen::global_loadscreen->increment_progress(5, "Loading game configuration.");
|
||||
loadscreen::global_loadscreen->increment_progress(5, _("Loading game configuration."));
|
||||
res = game.init_config();
|
||||
if(res == false) {
|
||||
std::cerr << "could not initialize game config\n";
|
||||
return 0;
|
||||
}
|
||||
loadscreen::global_loadscreen->increment_progress(10, "Re-initialize fonts for the current language.");
|
||||
loadscreen::global_loadscreen->increment_progress(10, _("Re-initialize fonts for the current language."));
|
||||
|
||||
res = font::load_font_config();
|
||||
if(res == false) {
|
||||
|
|
Loading…
Add table
Reference in a new issue