Updated label text in MP Create to improve consistency in style.

This commit is contained in:
Andrius Silinskas 2013-12-20 16:38:58 +00:00
parent 76d4a525d4
commit 084a354fda

View file

@ -183,7 +183,7 @@ create::create(game_display& disp, const config& cfg, game_state& state,
mod_selection_ = mods_menu_.selection();
if (mod_selection_ == -1) {
mod_label_.set_text(_("Modifications: none found"));
mod_label_.set_text(_("Modifications:\nNone found."));
} else if (engine_.dependency_manager().is_modification_active(mod_selection_)) {
select_mod_.set_label(_("Deactivate"));
}