wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/data/themes default.cfg


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth/data/themes default.cfg
Date: Sat, 28 Aug 2004 12:05:05 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        04/08/28 12:13:13

Modified files:
        data/themes    : default.cfg 

Log message:
        Marked hp and xp as translatable in default theme

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/themes/default.cfg.diff?tr1=1.62&tr2=1.63&r1=text&r2=text

Patches:
Index: wesnoth/data/themes/default.cfg
diff -u wesnoth/data/themes/default.cfg:1.62 
wesnoth/data/themes/default.cfg:1.63
--- wesnoth/data/themes/default.cfg:1.62        Thu Aug 26 11:22:02 2004
+++ wesnoth/data/themes/default.cfg     Sat Aug 28 12:13:13 2004
@@ -22,7 +22,7 @@
        [menu]
        title= _ "Menu"
        image=lite
-       
items=objectives,statistics,unitlist,statustable,save,load,preferences,chatlog,help,quit
+       
items=objectives,statistics,unitlist,separator,statustable,save,load,preferences,chatlog,help,quit
        rect=3,1,103,22
        xanchor=fixed
        yanchor=fixed
@@ -123,14 +123,14 @@
        # HP/XP
        [label]
        font_size=10
-       text=hp
+       text= _ "hp"
        rect=967,234,1022,246
        xanchor=right
        yanchor=fixed
        [/label]
        [label]
        font_size=10
-       text=xp
+       text= _ "xp"
        rect=967,260,1022,272
        xanchor=right
        yanchor=fixed
@@ -459,14 +459,14 @@
        # HP/XP
        [label]
        font_size=10
-       text=hp
+       text= _ "hp"
        rect=967,234,1022,246
        xanchor=right
        yanchor=fixed
        [/label]
        [label]
        font_size=10
-       text=xp
+       text= _ "xp"
        rect=967,260,1022,272
        xanchor=right
        yanchor=fixed




reply via email to

[Prev in Thread] Current Thread [Next in Thread]