CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Philippe Plantier <[EMAIL PROTECTED]>   04/10/21 20:55:02

Modified files:
        data           : terrain.cfg 

Log message:
        Fixed translatable strings that were changed when migrating terrain 
names from
        english.cfg to terrain.cfg

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/terrain.cfg.diff?tr1=1.47&tr2=1.48&r1=text&r2=text

Patches:
Index: wesnoth/data/terrain.cfg
diff -u wesnoth/data/terrain.cfg:1.47 wesnoth/data/terrain.cfg:1.48
--- wesnoth/data/terrain.cfg:1.47       Tue Oct 19 20:49:09 2004
+++ wesnoth/data/terrain.cfg    Thu Oct 21 20:55:02 2004
@@ -48,7 +48,7 @@
 [terrain]
 symbol_image=swampwater
 id=swamp water
-name= _ "Swamp Water"
+name= _ "Swamp"
 char=w
 submerge=0.4
 unit_height_adjust=-3
@@ -181,7 +181,7 @@
 [terrain]
 symbol_image=snow-hills
 id=hills
-name= _ "Snow hills"
+name= _ "Hills"
 char=H
 aliasof=h
 [/terrain]
@@ -203,7 +203,7 @@
 [terrain]
 symbol_image=snow-forest
 id=forest
-name= _ "Snow forest"
+name= _ "Forest"
 aliasof=f
 char=F
 [/terrain]


Reply via email to