mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 07:33:40 +00:00
Add missing space to MP lobby advertized campaign description
This commit is contained in:
parent
5b86a10361
commit
7f66f29d73
@ -522,7 +522,7 @@ void gamebrowser::set_game_items(const config& cfg, const config& game_config)
|
||||
games_.back().map_info = _("Campaign:");
|
||||
games_.back().map_info += " ";
|
||||
games_.back().map_info += (*level_cfg)["name"].str();
|
||||
games_.back().map_info += " —";
|
||||
games_.back().map_info += " — ";
|
||||
games_.back().map_info += game["mp_scenario_name"].str();
|
||||
|
||||
// Difficulty.
|
||||
|
Loading…
x
Reference in New Issue
Block a user