mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-23 21:18:14 +00:00
gui2: Converted instances of Title Case in checkbox labels...
...to Sentence case per upcoming UI Style Guide change
This commit is contained in:
parent
157e1114d0
commit
001197cfc5
@ -101,7 +101,7 @@
|
||||
[toggle_button]
|
||||
id = "custom_tod_toggle"
|
||||
definition = "default"
|
||||
label = _ "Custom Lighting Settings"
|
||||
label = _ "Custom lighting settings"
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
[column]
|
||||
@ -111,7 +111,7 @@
|
||||
[toggle_button]
|
||||
id = "custom_tod_auto_refresh"
|
||||
definition = "default"
|
||||
label = _ "Automatically Update Map View"
|
||||
label = _ "Automatically update map view"
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
[/row]
|
||||
@ -228,7 +228,7 @@
|
||||
[toggle_button]
|
||||
id = "use_mdi"
|
||||
definition = "default"
|
||||
label = _ "Allow Multiple Maps to Be Open Simultaneously"
|
||||
label = _ "Allow multiple maps to be open simultaneously"
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
[/row]
|
||||
|
@ -142,7 +142,7 @@
|
||||
id = "ignore_all"
|
||||
definition = "default"
|
||||
|
||||
label = _ "Ignore All"
|
||||
label = _ "Ignore all"
|
||||
[/toggle_button]
|
||||
|
||||
[/column]
|
||||
|
@ -3848,6 +3848,10 @@ stringfixes = {
|
||||
|
||||
# Fix capitalization
|
||||
("Lava chasm", "Lava Chasm"),
|
||||
|
||||
# Checkbox/slider title case -> sentence case conversions in 1.9.10
|
||||
("Ignore All", "Ignore all"),
|
||||
|
||||
#this rules seems to be f***ed up and not in sync with src/addon/manager.cpp:999
|
||||
#uncomment it for the moment, please only reactivate after capitalization of
|
||||
#'add-ons' is/was fixed everywhere!
|
||||
|
Loading…
x
Reference in New Issue
Block a user