From 09e0665a5e914b5254a306d96efcfeb1f697a9c9 Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Mon, 13 Sep 2010 12:46:39 +0000 Subject: [PATCH] remove rules that no longer apply to TB... ...and fix a rule by extending it (you need something before the part that is replaced as well as behind it) --- utils/pofix.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils/pofix.py b/utils/pofix.py index cd3d2727ae8..554d5041807 100755 --- a/utils/pofix.py +++ b/utils/pofix.py @@ -1469,7 +1469,7 @@ stringfixes = { ("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"), @@ -1485,8 +1485,6 @@ stringfixes = { ("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 ("Rooting Out A Mage", "Rooting Out a Mage"),