revert 2007-10-10T00:33:13Z!soliton@wesnoth.org, the name was actually already there..

This commit is contained in:
Gunter Labes 2007-10-10 01:58:14 +00:00
parent 94e870f1de
commit 66ebb757a3

View file

@ -428,9 +428,8 @@ void gamebrowser::set_game_items(const config& cfg, const config& game_config)
}
}
if(!hash_found) {
utils::string_map symbols;
symbols["scenario_name"] = level_cfg->get_attribute("name");
games_.back().map_info += vgettext("$scenario_name (Remote scenario)", symbols);
games_.back().map_info += " - ";
games_.back().map_info += _("Remote scenario");
verified = false;
}
} else {