still display the scenario name when it differs from the local one
This commit is contained in:
parent
393eb60c3c
commit
cc8ad6f3a3
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue