Translatable fixes to the other macros too.
This commit is contained in:
parent
1c205c19f2
commit
25b97e8a93
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ multiply=-1
|
|||
[unit]
|
||||
type={TYPE}
|
||||
description={DESC}
|
||||
user_description={DESC}
|
||||
user_description= _ {DESC}
|
||||
side={SIDE}
|
||||
upkeep=full
|
||||
x={X}
|
||||
|
@ -57,7 +57,7 @@ multiply=-1
|
|||
side={SIDE}
|
||||
type={TYPE}
|
||||
description={DESC}
|
||||
user_description={DESC}
|
||||
user_description= _ {DESC}
|
||||
upkeep=full
|
||||
x={X}
|
||||
y={Y}
|
||||
|
|
Loading…
Add table
Reference in a new issue