Author: esr
Date: Mon Nov 3 09:37:37 2008
New Revision: 30567
URL: http://svn.gna.org/viewcvs/wesnoth?rev=30567&view=rev
Log:
Remove an unneeeded stripping operation.
Modified:
trunk/data/tools/wmllint
Modified: trunk/data/tools/wmllint
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wmllint?rev=30567&r1=30566&r2=30567&view=diff
==============================================================================
--- trunk/data/tools/wmllint (original)
+++ trunk/data/tools/wmllint Mon Nov 3 09:37:37 2008
@@ -1217,8 +1217,6 @@
# No match? Strip posessive suffixes and try again.
elif lowered.endswith("'s") and d.check(lowered[:-2]):
continue
- elif lowered.endswith("s'") and d.check(lowered[:-2]):
- continue
# Hyphenated compounds need all their parts good
if "-" in lowered:
parts = lowered.split("-")
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits