still display the scenario name when it differs from the local one

This commit is contained in:
Gunter Labes 2007-10-10 00:33:13 +00:00
parent 393eb60c3c
commit cc8ad6f3a3

View file

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