Author: shadowmaster Date: Mon Sep 13 09:54:33 2010 New Revision: 46437 URL: http://svn.gna.org/viewcvs/wesnoth?rev=46437&view=rev Log: Add pofix rule for r46436
[Part of http://forums.wesnoth.org/viewtopic.php?p=453526#p453526] There will be no rule for r46435 due to a semantic change ("man" -> "merman"). Modified: trunk/utils/pofix.py Modified: trunk/utils/pofix.py URL: http://svn.gna.org/viewcvs/wesnoth/trunk/utils/pofix.py?rev=46437&r1=46436&r2=46437&view=diff ============================================================================== --- trunk/utils/pofix.py (original) +++ trunk/utils/pofix.py Mon Sep 13 09:54:33 2010 @@ -456,6 +456,9 @@ ("It doesn't seem to have helped its previous owner. I don't want it.", "It doesnât seem to have helped its previous owner. I donât want it."), ("Let's hope those wild wolves", "Letâs hope those wild wolves"), ("don't get to the feast", "donât get to the feast"), + +# Spelling fix in 1.9.0+svn @ 46436 +("truely formidible", "truly formidable"), ), "wesnoth-ei" : ( _______________________________________________ Wesnoth-commits mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-commits
