Fix capitalization on the "Update add-ons" button
(Although I'd honestly just uncapitalize everything.)
This commit is contained in:
parent
afe28b52cf
commit
8f9a8764a1
2 changed files with 3 additions and 2 deletions
|
@ -134,8 +134,8 @@
|
|||
|
||||
# tooltip = "Update locally installed addons."
|
||||
|
||||
size_text = _ "Update add-ons"
|
||||
label = _ "Update add-ons"
|
||||
size_text = _ "Update Add-ons"
|
||||
label = _ "Update Add-ons"
|
||||
|
||||
# we define the return value manually instead of being
|
||||
# linked to the id. Not sure whether that's the best
|
||||
|
|
|
@ -3782,6 +3782,7 @@ stringfixes = {
|
|||
|
||||
# Fix capitalization
|
||||
("Lava chasm", "Lava Chasm"),
|
||||
("Update add-ons", "Update Add-ons"),
|
||||
),
|
||||
|
||||
"wesnoth-manual" : (
|
||||
|
|
Loading…
Add table
Reference in a new issue