mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 13:03:41 +00:00
Capitalize an acronym in a translatable string.
This commit is contained in:
parent
a4f5ca7f0b
commit
167b931518
@ -366,7 +366,7 @@ preferences_dialog::preferences_dialog(display& disp, const config& game_cfg)
|
||||
show_lobby_joins_button3_.set_check(lobby_joins() == SHOW_ALL);
|
||||
show_lobby_joins_button3_.set_help_string(_("Show messages about all players joining the multiplayer lobby"));
|
||||
|
||||
mp_server_search_button_.set_help_string(_("Find and set path to MP server to host lan games."));
|
||||
mp_server_search_button_.set_help_string(_("Find and set path to MP server to host LAN games."));
|
||||
friends_list_button_.set_help_string(_("View and edit your friends and ignores list"));
|
||||
friends_back_button_.set_help_string(_("Back to the multiplayer options"));
|
||||
friends_add_friend_button_.set_help_string(_("Add this username to your friends list"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user