Unit editor: Remove translation mark from image paths.
This commit is contained in:
parent
f7fea77603
commit
f5c8db7b2f
1 changed files with 4 additions and 4 deletions
|
@ -1242,7 +1242,7 @@
|
|||
[column]
|
||||
[widget]
|
||||
id = "tab_image"
|
||||
label = _ "/data/core/images/units/human-loyalists/general.png"
|
||||
label = "/data/core/images/units/human-loyalists/general.png"
|
||||
[/widget]
|
||||
[widget]
|
||||
id = "tab_label"
|
||||
|
@ -1254,7 +1254,7 @@
|
|||
[column]
|
||||
[widget]
|
||||
id = "tab_image"
|
||||
label = _ "/data/core/images/attacks/rectangular-shield.png"
|
||||
label = "/data/core/images/attacks/rectangular-shield.png"
|
||||
[/widget]
|
||||
[widget]
|
||||
id = "tab_label"
|
||||
|
@ -1266,7 +1266,7 @@
|
|||
[column]
|
||||
[widget]
|
||||
id = "tab_image"
|
||||
label = _ "/data/core/images/attacks/sword-human.png"
|
||||
label = "/data/core/images/attacks/sword-human.png"
|
||||
[/widget]
|
||||
[widget]
|
||||
id = "tab_label"
|
||||
|
@ -1278,7 +1278,7 @@
|
|||
[column]
|
||||
[widget]
|
||||
id = "tab_image"
|
||||
label = _ "/data/core/images/attacks/gaze.png"
|
||||
label = "/data/core/images/attacks/gaze.png"
|
||||
[/widget]
|
||||
[widget]
|
||||
id = "tab_label"
|
||||
|
|
Loading…
Add table
Reference in a new issue