Skip to content

Commit

Permalink
change title "Lobby Sounds" -> "Multiplayer Alerts", fix tooltips
Browse files Browse the repository at this point in the history
Tooltips are not supposed to end in '.'
  • Loading branch information
cbeck88 committed Oct 12, 2014
1 parent b937d2d commit 3be0950
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions data/gui/default/window/mp_alerts_options.cfg
Expand Up @@ -97,7 +97,7 @@
id = "title"
definition = "title"

label = _ "Lobby Sounds"
label = _ "Multiplayer Alerts"
[/label]

[/column]
Expand Down Expand Up @@ -171,14 +171,14 @@
[/column]
[/row]

{__GUI_LOBBY_SOUNDS_ENTRY "player_joins" _"Player joins:" _"When a player joins the lobby or game."}
{__GUI_LOBBY_SOUNDS_ENTRY "player_leaves" _"Player leaves:" _"When a player leaves the lobby or game."}
{__GUI_LOBBY_SOUNDS_ENTRY "private_message" _"Private message:" _"When a private message is recieved."}
{__GUI_LOBBY_SOUNDS_ENTRY "friend_message" _"Friend message:" _"When a message from a friend is recieved."}
{__GUI_LOBBY_SOUNDS_ENTRY "public_message" _"Public message:" _"When a public message is recieved."}
{__GUI_LOBBY_SOUNDS_ENTRY "server_message" _"Server message:" _"When a server message is recieved."}
{__GUI_LOBBY_SOUNDS_ENTRY "ready_for_start" _"Ready to start game:" _"When the game you are hosting is ready to start."}
{__GUI_LOBBY_SOUNDS_ENTRY "game_has_begun" _"Game has begun:" _"When the host (not you) has started the game."}
{__GUI_LOBBY_SOUNDS_ENTRY "player_joins" _"Player joins:" _"When a player joins the lobby or game"}
{__GUI_LOBBY_SOUNDS_ENTRY "player_leaves" _"Player leaves:" _"When a player leaves the lobby or game"}
{__GUI_LOBBY_SOUNDS_ENTRY "private_message" _"Private message:" _"When a private message is recieved"}
{__GUI_LOBBY_SOUNDS_ENTRY "friend_message" _"Friend message:" _"When a message from a friend is recieved"}
{__GUI_LOBBY_SOUNDS_ENTRY "public_message" _"Public message:" _"When a public message is recieved"}
{__GUI_LOBBY_SOUNDS_ENTRY "server_message" _"Server message:" _"When a server message is recieved"}
{__GUI_LOBBY_SOUNDS_ENTRY "ready_for_start" _"Ready to start game:" _"When the game you are hosting is ready to start"}
{__GUI_LOBBY_SOUNDS_ENTRY "game_has_begun" _"Game has begun:" _"When the host (not you) has started the game"}

[/grid]

Expand Down

0 comments on commit 3be0950

Please sign in to comment.