Surrender Quit: clearer button/message text

[ci skip]
This commit is contained in:
Charles Dang 2018-02-05 16:35:02 +11:00
parent 12039f3bfc
commit 4c2cddaa9e

View file

@ -37,7 +37,7 @@
id = "lblTitle"
definition = "title"
label = _ "Surrender and/or quit game"
label = _ "Surrender Game"
[/label]
[/column]
@ -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]
@ -82,7 +82,7 @@
id = "quit_and_surrender"
definition = "default"
label = _ "Quit and surrender"
label = _ "Surrender & Quit"
return_value = 1
[/button]
[/column]
@ -96,7 +96,7 @@
id = "quit_without_surrender"
definition = "default"
label = _ "Quit without surrender"
label = _ "Quit"
return_value = 2
[/button]