gui2: Converted instances of Title Case in checkbox labels...

...to Sentence case per upcoming UI Style Guide change
This commit is contained in:
Ignacio R. Morelle 2011-10-30 20:28:06 +00:00
parent 157e1114d0
commit 001197cfc5
3 changed files with 8 additions and 4 deletions

View File

@ -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]

View File

@ -142,7 +142,7 @@
id = "ignore_all"
definition = "default"
label = _ "Ignore All"
label = _ "Ignore all"
[/toggle_button]
[/column]

View File

@ -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!