mark a few translatable strings correctly
This commit is contained in:
parent
34dcfe776d
commit
66dcbfd068
2 changed files with 5 additions and 5 deletions
|
@ -662,7 +662,7 @@ Defeat:
|
|||
|
||||
[message]
|
||||
description=Tallin
|
||||
message= _ No! Without the dwarvish weapons we have no hope!
|
||||
message= _ "No! Without the dwarvish weapons we have no hope!"
|
||||
[/message]
|
||||
|
||||
[endlevel]
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
type=Heavy Infantryman
|
||||
#endif
|
||||
description={NAME}
|
||||
user_description= _ {NAME}
|
||||
user_description= {NAME}
|
||||
x={X}
|
||||
y={Y}
|
||||
[modifications]
|
||||
|
@ -146,9 +146,9 @@
|
|||
y=15
|
||||
[/recall]
|
||||
|
||||
{NORTH_GUARD 10 6 (Thegwyn)}
|
||||
{NORTH_GUARD 12 6 (Galdred)}
|
||||
{NORTH_GUARD 12 10 (Tromas)}
|
||||
{NORTH_GUARD 10 6 (_ "Thegwyn")}
|
||||
{NORTH_GUARD 12 6 (_ "Galdred")}
|
||||
{NORTH_GUARD 12 10 (_ "Tromas")}
|
||||
|
||||
[objectives]
|
||||
side=1
|
||||
|
|
Loading…
Add table
Reference in a new issue