If there are no mods, indicate that in the appropriate label.

This commit is contained in:
Boldizsár Lipka 2013-11-05 09:50:11 +01:00
parent bc385841a0
commit 8bba663083

View File

@ -179,6 +179,10 @@ create::create(game_display& disp, const config& cfg, game_state& state,
// no modifications at all
mod_selection_ = mods_menu_.selection();
if (mod_selection_ == -1) {
mod_label_.set_text(_("Modifications: none found"));
}
utils::string_map i18n_symbols;
i18n_symbols["login"] = preferences::login();