gui2/tpreferences: Fix button labels case

This commit is contained in:
Ignacio R. Morelle 2016-02-14 15:49:30 -03:00
parent 94454d587a
commit 5e6da3f9aa

View file

@ -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]
@ -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]