<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40055 >


SVN 27 JAN 2008 S2_2

The use auf >'< in terrain.ruleset causes some errors shown with 'make
freeciv.pot'. The attached patch fixes these.

Christian

-- 
Christian Knoke            * * *            http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.

Index: data/civ1/terrain.ruleset
===================================================================
--- data/civ1/terrain.ruleset	(Revision 14332)
+++ data/civ1/terrain.ruleset	(Arbeitskopie)
@@ -124,7 +124,7 @@
 ;                        terrain section -- transformation changes to that terrain
 ; transform_time       = time to transform; if 0, cannot transform
 ; warmer_wetter_result = result of global warming for wet terrains; one of:
-;                        "no"  -- no change; doesn't count for warming
+;                        "no"  -- no change; does not count for warming
 ;                        "yes" -- no change; counts for warming
 ;                        terrain section -- warming changes to that terrain
 ; warmer_drier_result  = result of global warming for dry terrains;
Index: data/civ2/terrain.ruleset
===================================================================
--- data/civ2/terrain.ruleset	(Revision 14332)
+++ data/civ2/terrain.ruleset	(Arbeitskopie)
@@ -132,7 +132,7 @@
 ;                        terrain section -- transformation changes to that terrain
 ; transform_time       = time to transform; if 0, cannot transform
 ; warmer_wetter_result = result of global warming for wet terrains; one of:
-;                        "no"  -- no change; doesn't count for warming
+;                        "no"  -- no change; does not count for warming
 ;                        "yes" -- no change; counts for warming
 ;                        terrain section -- warming changes to that terrain
 ; warmer_drier_result  = result of global warming for dry terrains;
Index: data/default/terrain.ruleset
===================================================================
--- data/default/terrain.ruleset	(Revision 14332)
+++ data/default/terrain.ruleset	(Arbeitskopie)
@@ -132,7 +132,7 @@
 ;                        terrain section -- transformation changes to that terrain
 ; transform_time       = time to transform; if 0, cannot transform
 ; warmer_wetter_result = result of global warming for wet terrains; one of:
-;                        "no"  -- no change; doesn't count for warming
+;                        "no"  -- no change; does not count for warming
 ;                        "yes" -- no change; counts for warming
 ;                        terrain section -- warming changes to that terrain
 ; warmer_drier_result  = result of global warming for dry terrains;
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to