WC II - Typo and translatability of Difficulty, remove Version (#7795)
This commit is contained in:
parent
96a78bd55b
commit
682b89e764
1 changed files with 2 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
--creates the objectives of the wc2 scenarios.
|
||||
|
||||
local _ = wesnoth.textdomain 'wesnoth-wc'
|
||||
local _lib = wesnoth.textdomain 'wesnoth-lib'
|
||||
local strings = {
|
||||
wct_victory_condition = _"Defeat all enemy leaders and commanders",
|
||||
turns = _"Turns run out",
|
||||
wct_defeat_condition = _ "Lose your leader and all your commanders",
|
||||
difficulty = "Difficulty: ",
|
||||
version = "Version ",
|
||||
difficulty = _lib("Difficulty: "),
|
||||
help_available = _ "An in-game help is available: right-click on any empty hex.",
|
||||
}
|
||||
|
||||
|
@ -27,9 +27,6 @@ function wesnoth.wml_actions.wc2_objectives(cfg)
|
|||
wml.tag.note {
|
||||
description = strings.difficulty .. wml.variables["wc2_difficulty.name"],
|
||||
},
|
||||
wml.tag.note {
|
||||
description = strings.version .. wml.variables["wc2_host_version"],
|
||||
},
|
||||
note = wc2_color.help_text(strings.help_available)
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue