marked two strings for translation

This commit is contained in:
David Philippi 2006-08-29 11:11:13 +00:00
parent a8412af84a
commit e7eb4e18c0

View file

@ -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) {