mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-15 17:25:32 +00:00
If there are no mods, indicate that in the appropriate label.
This commit is contained in:
parent
bc385841a0
commit
8bba663083
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user