mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 02:43:26 +00:00
Lobby: Converted instances of Title Case...
...in checkbox labels to Sentence case per upcoming UI Style Guide change
This commit is contained in:
parent
36f8059e59
commit
df5ac7e5b6
@ -740,13 +740,13 @@ lobby::lobby(game_display& disp, const config& cfg, chat& c, config& gamelist) :
|
|||||||
observe_game_(disp.video(), _("Observe Game")),
|
observe_game_(disp.video(), _("Observe Game")),
|
||||||
join_game_(disp.video(), _("Join Game")),
|
join_game_(disp.video(), _("Join Game")),
|
||||||
create_game_(disp.video(), _("Create Game")),
|
create_game_(disp.video(), _("Create Game")),
|
||||||
skip_replay_(disp.video(), _("Quick Replays"), gui::button::TYPE_CHECK),
|
skip_replay_(disp.video(), _("Quick replays"), gui::button::TYPE_CHECK),
|
||||||
game_preferences_(disp.video(), _("Preferences")),
|
game_preferences_(disp.video(), _("Preferences")),
|
||||||
quit_game_(disp.video(), _("Quit")),
|
quit_game_(disp.video(), _("Quit")),
|
||||||
apply_filter_(disp.video(), _("Apply Filter"), gui::button::TYPE_CHECK),
|
apply_filter_(disp.video(), _("Apply filter"), gui::button::TYPE_CHECK),
|
||||||
invert_filter_(disp.video(), _("Invert"), gui::button::TYPE_CHECK),
|
invert_filter_(disp.video(), _("Invert"), gui::button::TYPE_CHECK),
|
||||||
vacant_slots_(disp.video(), _("Vacant Slots"), gui::button::TYPE_CHECK),
|
vacant_slots_(disp.video(), _("Vacant slots"), gui::button::TYPE_CHECK),
|
||||||
friends_in_game_(disp.video(), _("Friends in Game"), gui::button::TYPE_CHECK),
|
friends_in_game_(disp.video(), _("Friends in game"), gui::button::TYPE_CHECK),
|
||||||
filter_label_(disp.video(), _("Search:")),
|
filter_label_(disp.video(), _("Search:")),
|
||||||
filter_text_(disp.video(), 150),
|
filter_text_(disp.video(), 150),
|
||||||
last_selected_game_(-1), sorter_(gamelist),
|
last_selected_game_(-1), sorter_(gamelist),
|
||||||
|
@ -169,6 +169,14 @@ stringfixes = {
|
|||||||
# Fix apostrophes
|
# Fix apostrophes
|
||||||
("SHOW ALL allies'", "SHOW ALL allies’"),
|
("SHOW ALL allies'", "SHOW ALL allies’"),
|
||||||
("HIDE ALL allies'", "HIDE ALL allies’"),
|
("HIDE ALL allies'", "HIDE ALL allies’"),
|
||||||
|
|
||||||
|
# Checkbox/slider title case -> sentence case conversions in 1.9.10
|
||||||
|
("Quick Replays", "Quick replays"),
|
||||||
|
("Apply Filter", "Apply filter"),
|
||||||
|
("Vacant Slots", "Vacant slots"),
|
||||||
|
("Friends in Game", "Friends in game"),
|
||||||
|
("", ""),
|
||||||
|
("", ""),
|
||||||
),
|
),
|
||||||
|
|
||||||
"wesnoth-anl" : (
|
"wesnoth-anl" : (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user