Skip to content

Commit

Permalink
Surrender Quit: clearer button/message text
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed Feb 5, 2018
1 parent 12039f3 commit 4c2cdda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/gui/window/surrender_quit.cfg
Expand Up @@ -37,7 +37,7 @@
id = "lblTitle"
definition = "title"

label = _ "Surrender and/or quit game"
label = _ "Surrender Game"
[/label]

[/column]
Expand All @@ -57,7 +57,7 @@
id = "lblMessage"
definition = "default"

label = _ "Do you want to surrender and/or quit the game?"
label = _ "Do you really want to surrender and quit the game?"
[/label]

[/column]
Expand All @@ -82,7 +82,7 @@
id = "quit_and_surrender"
definition = "default"

label = _ "Quit and surrender"
label = _ "Surrender & Quit"
return_value = 1
[/button]
[/column]
Expand All @@ -96,7 +96,7 @@
id = "quit_without_surrender"
definition = "default"

label = _ "Quit without surrender"
label = _ "Quit"
return_value = 2
[/button]

Expand Down

0 comments on commit 4c2cdda

Please sign in to comment.