Fix pofix

Two of these strings were not a fix, just a removed string, so no need for pofix.
The other was not specific enough for pofix to match unambiguously.
Also, someone forgot a comma somewhere, causing a syntax error.
This commit is contained in:
Celtic Minstrel 2018-04-08 09:52:15 -04:00
parent d4ee030b59
commit 4331c7f4e9

View file

@ -115,7 +115,7 @@ game_stringfixes = {
("What secret Delfador?", "What secret, Delfador?"),
("I High Provost", "I, High Provost"),
("both a great combatant and leader", "both a great combatant and a leader"),
("You must lead your men to the city and help defend it. Or recapture it if it falls before you arrive.", "You must lead your men to the city. Help defend it, or recapture it if it falls before you arrive!")
("You must lead your men to the city and help defend it. Or recapture it if it falls before you arrive.", "You must lead your men to the city. Help defend it, or recapture it if it falls before you arrive!"),
# fix added in 1.13.11+dev
("with the greatest generals, and battle tactics", "with the greatest generals and battle tactics"),
),
@ -144,9 +144,7 @@ game_stringfixes = {
# fixes added in 1.13.13+dev
"wesnoth-sota" : (
("Gwillyn", "Gwyllin"),
("Tarynth", "Tarrynth"),
("Vash Gorn", "Vash-Gorn"),
("Welcome to my laboratory, Ardonna of Tarynth", "Welcome to my laboratory, Ardonna of Tarrynth"),
),
"wesnoth-sotbe" : (