CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Cedric Duval <[EMAIL PROTECTED]>        04/10/13 20:01:56

Modified files:
        data           : help.cfg 

Log message:
        Fixed strings being untranslatable.

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

Patches:
Index: wesnoth/data/help.cfg
diff -u wesnoth/data/help.cfg:1.15 wesnoth/data/help.cfg:1.16
--- wesnoth/data/help.cfg:1.15  Thu Oct  7 14:11:18 2004
+++ wesnoth/data/help.cfg       Wed Oct 13 20:01:55 2004
@@ -25,19 +25,19 @@
 
 [section]
 id=units
-title="Units"
+title= _ "Units"
 generator=units
 [/section]
 
 [section]
 id=abilities
-title=Abilities
+title= _ "Abilities"
 generator=abilities
 [/section]
 
 [section]
 id=weapon_specials
-title="Weapon Specials"
+title= _ "Weapon Specials"
 generator=weapon_specials              
 [/section]
 


Reply via email to