Allow top statusbar tooltip strings to be translated.
This commit is contained in:
parent
ea3c8616e2
commit
1152bcd674
1 changed files with 10 additions and 10 deletions
|
@ -139,7 +139,7 @@ height=768
|
|||
# gold icon
|
||||
[label]
|
||||
icon=misc/gold.png
|
||||
text=gold
|
||||
text= _ "gold"
|
||||
rect=315,3,331,19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
|
@ -147,7 +147,7 @@ height=768
|
|||
# villages icon
|
||||
[label]
|
||||
icon=misc/villages.png
|
||||
text=villages
|
||||
text= _ "villages"
|
||||
rect=415,3,431,19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
|
@ -155,7 +155,7 @@ height=768
|
|||
# units icon
|
||||
[label]
|
||||
icon=misc/units.png
|
||||
text=units
|
||||
text= _ "units"
|
||||
rect=505,3,521,19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
|
@ -163,7 +163,7 @@ height=768
|
|||
# upkeep icon
|
||||
[label]
|
||||
icon=misc/upkeep.png
|
||||
text=upkeep
|
||||
text= _ "upkeep"
|
||||
rect=595,3,627,19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
|
@ -171,7 +171,7 @@ height=768
|
|||
# income icon
|
||||
[label]
|
||||
icon=misc/income.png
|
||||
text=income
|
||||
text= _ "income"
|
||||
rect=685,3,717,19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
|
@ -475,7 +475,7 @@ height=600
|
|||
# gold icon
|
||||
[label]
|
||||
icon=misc/gold.png
|
||||
text=gold
|
||||
text= _ "gold"
|
||||
rect=375,3,391,19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
|
@ -483,7 +483,7 @@ height=600
|
|||
# villages icon
|
||||
[label]
|
||||
icon=misc/villages.png
|
||||
text=villages
|
||||
text= _ "villages"
|
||||
rect=475,3,491,19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
|
@ -491,7 +491,7 @@ height=600
|
|||
# units icon
|
||||
[label]
|
||||
icon=misc/units.png
|
||||
text=units
|
||||
text= _ "units"
|
||||
rect=565,3,581,19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
|
@ -499,7 +499,7 @@ height=600
|
|||
# upkeep icon
|
||||
[label]
|
||||
icon=misc/upkeep.png
|
||||
text=upkeep
|
||||
text= _ "upkeep"
|
||||
rect=655,3,687,19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
|
@ -507,7 +507,7 @@ height=600
|
|||
# income icon
|
||||
[label]
|
||||
icon=misc/income.png
|
||||
text=income
|
||||
text= _ "income"
|
||||
rect=760,3,792,19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
|
|
Loading…
Add table
Reference in a new issue