UtBS: fixed translation problem
This commit is contained in:
parent
f76bf6f88c
commit
2d29a8c7de
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ multiply=-1
|
|||
[unit]
|
||||
type={TYPE}
|
||||
description={DESC}
|
||||
user_description= _ "{DESC}"
|
||||
user_description={DESC}
|
||||
side={SIDE}
|
||||
upkeep=full
|
||||
x={X}
|
||||
|
@ -42,7 +42,7 @@ multiply=-1
|
|||
[unit]
|
||||
type={TYPE}
|
||||
description={DESC}
|
||||
user_description= _ "{DESC}"
|
||||
user_description={DESC}
|
||||
side={SIDE}
|
||||
upkeep=free
|
||||
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