gui2/tcampaign_settings: Make labels conform to our label case convention
Checkbox and standalone labels like this should be in Sentence case, not Title Case.
This commit is contained in:
parent
fd236932eb
commit
3f01104acf
1 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@
|
|||
[label]
|
||||
definition = "default"
|
||||
|
||||
label = _ "Additional Dialogs:"
|
||||
label = _ "Additional dialogs:"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
@ -101,7 +101,7 @@
|
|||
definition = "default"
|
||||
id = "mp_configure"
|
||||
|
||||
label = _ "Level Options"
|
||||
label = _ "Level options"
|
||||
[/toggle_button]
|
||||
|
||||
[/column]
|
||||
|
@ -117,7 +117,7 @@
|
|||
definition = "default"
|
||||
id = "mp_connect"
|
||||
|
||||
label = _ "Configure Sides"
|
||||
label = _ "Configure sides"
|
||||
[/toggle_button]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue