forked from github/server
$string() gibt es natürlich (?) nicht.
This commit is contained in:
parent
c9fa3abcac
commit
aabb1ef180
|
@ -1392,8 +1392,8 @@
|
||||||
<arg name="command" type="order"/>
|
<arg name="command" type="order"/>
|
||||||
<arg name="list" type="string"/>
|
<arg name="list" type="string"/>
|
||||||
</type>
|
</type>
|
||||||
<text locale="de">"$unit($unit) in $region($region): '$order($command)' - Für diesen Zauber fehlen noch $string($list)."</text>
|
<text locale="de">"$unit($unit) in $region($region): '$order($command)' - Für diesen Zauber fehlen noch $list."</text>
|
||||||
<text locale="en">"$unit($unit) in $region($region): '$order($command)' - Casting this spell requires an additional $string($list)."</text>
|
<text locale="en">"$unit($unit) in $region($region): '$order($command)' - Casting this spell requires an additional $list."</text>
|
||||||
</message>
|
</message>
|
||||||
<message name="missing_components" section="magic">
|
<message name="missing_components" section="magic">
|
||||||
<type>
|
<type>
|
||||||
|
|
Loading…
Reference in New Issue