Skip to content

Commit

Permalink
gui2/tpreferences: Fix button labels case
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Feb 14, 2016
1 parent 94454d5 commit 5e6da3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/gui/default/window/preferences/04_multiplayer.cfg
Expand Up @@ -288,7 +288,7 @@

[button]
id = "add_friend"
label = _ "Add as friend"
label = _ "Add Friend"
tooltip = _ "Add this username to your friends list (add optional notes, e.g., 'player_name notes on friend')"
[/button]
[/column]
Expand All @@ -301,7 +301,7 @@

[button]
id = "add_ignored"
label = _ "Add as ignored"
label = _ "Add Ignored"
tooltip = _ "Add this username to your ignore list (add optional reason, e.g., 'player_name reason ignored')"
[/button]
[/column]
Expand Down

0 comments on commit 5e6da3f

Please sign in to comment.