mp: Use Sentence case for the random faction selection combo label
This commit is contained in:
parent
7632fc597d
commit
a902f41c71
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ configure::configure(game_display& disp, const config &cfg, chat& c, config& gam
|
|||
observers_game_(disp.video(), _("Observers"), gui::button::TYPE_CHECK),
|
||||
oos_debug_(disp.video(), _("Debug OOS"), gui::button::TYPE_CHECK),
|
||||
shuffle_sides_(disp.video(), _("Shuffle sides"), gui::button::TYPE_CHECK),
|
||||
random_faction_mode_label_(disp.video(), _("Random Factions:"), font::SIZE_SMALL, font::LOBBY_COLOR),
|
||||
random_faction_mode_label_(disp.video(), _("Random factions:"), font::SIZE_SMALL, font::LOBBY_COLOR),
|
||||
random_faction_mode_(disp, std::vector<std::string>()),
|
||||
cancel_game_(disp.video(), _("Back")),
|
||||
launch_game_(disp.video(), _("OK")),
|
||||
|
|
Loading…
Add table
Reference in a new issue