Uupdating as instructed by aquileia.
Sorry if I've done this incorrectly.
This commit is contained in:
parent
941962fc50
commit
cf6a8cf822
1 changed files with 6 additions and 0 deletions
|
@ -112,6 +112,7 @@ game_stringfixes = {
|
|||
"wesnoth-tutorial" : (
|
||||
# conversion added in 1.11.0-dev
|
||||
("$unit.type", "$unit.language_name"),
|
||||
("I’ll tell them to use the one that does the most damage!", "I’ll tell them to use the one that does more damage!"),
|
||||
),
|
||||
|
||||
"wesnoth-units" : (
|
||||
|
@ -133,6 +134,11 @@ game_stringfixes = {
|
|||
|
||||
}
|
||||
|
||||
"wesnoth-multiplayer" : (
|
||||
# 1.13.4+dev
|
||||
("Changes the gold worth of the enemy spawns by a certain perentage", "Changes the gold worth of the enemy spawns by a certain percentage"),
|
||||
),
|
||||
|
||||
website_stringfixes = {
|
||||
|
||||
"1.12-announcement" : (
|
||||
|
|
Loading…
Add table
Reference in a new issue