Author: ivanovic
Date: Mon Sep 13 14:46:39 2010
New Revision: 46453

URL: http://svn.gna.org/viewcvs/wesnoth?rev=46453&view=rev
Log:
remove rules that no longer apply to two brothers and fix a rule by extending 
it (you need something before the part that is replaced as well as behind it)

Modified:
    trunk/utils/pofix.py

Modified: trunk/utils/pofix.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/pofix.py?rev=46453&r1=46452&r2=46453&view=diff
==============================================================================
--- trunk/utils/pofix.py (original)
+++ trunk/utils/pofix.py Mon Sep 13 14:46:39 2010
@@ -1469,7 +1469,7 @@
 ("The village's mage Bjarn", "The village’s mage Bjarn"),
 ("'Fear and obey Mordak the Mage!'", "“Fear and obey Mordak the Mage!”"),
 ("Mordak's", "Mordak’s"),
-("more than two days'", "more than two days’"),
+("more than two days' ride", "more than two days’ ride"),
 ("brother's", "brother’s"),
 ("We're chasing after", "We’re chasing after"),
 ("master's", "master’s"),
@@ -1484,8 +1484,6 @@
 ("they're holding Bjarn", "they’re holding Bjarn"),
 ("day's", "day’s"),
 ("I don't think we can rescue", "I don’t think we can rescue"),
-
-("4 scenarios; the 'Hard' version may challenge", "4 scenarios; the ‘Hard’ 
version may challenge"),
 
 # Fix capitalization
 # conversion added in 1.9.0+svn


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to