Marked hp and xp as translatable in default theme

This commit is contained in:
Isaac Clerencia Perez 2004-08-28 12:13:13 +00:00
parent c710c31130
commit aef901ccf2

View File

@ -22,7 +22,7 @@ height=768
[menu] [menu]
title= _ "Menu" title= _ "Menu"
image=lite 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 rect=3,1,103,22
xanchor=fixed xanchor=fixed
yanchor=fixed yanchor=fixed
@ -123,14 +123,14 @@ height=768
# HP/XP # HP/XP
[label] [label]
font_size=10 font_size=10
text=hp text= _ "hp"
rect=967,234,1022,246 rect=967,234,1022,246
xanchor=right xanchor=right
yanchor=fixed yanchor=fixed
[/label] [/label]
[label] [label]
font_size=10 font_size=10
text=xp text= _ "xp"
rect=967,260,1022,272 rect=967,260,1022,272
xanchor=right xanchor=right
yanchor=fixed yanchor=fixed
@ -459,14 +459,14 @@ height=600
# HP/XP # HP/XP
[label] [label]
font_size=10 font_size=10
text=hp text= _ "hp"
rect=967,234,1022,246 rect=967,234,1022,246
xanchor=right xanchor=right
yanchor=fixed yanchor=fixed
[/label] [/label]
[label] [label]
font_size=10 font_size=10
text=xp text= _ "xp"
rect=967,260,1022,272 rect=967,260,1022,272
xanchor=right xanchor=right
yanchor=fixed yanchor=fixed