gui2/tpreferences: Fix button labels case
This commit is contained in:
parent
94454d587a
commit
5e6da3f9aa
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue