forked from github/server
small syntax fix
This commit is contained in:
parent
7af7ab381c
commit
5d1f883f45
|
@ -6301,8 +6301,8 @@
|
||||||
<type>
|
<type>
|
||||||
<arg name="factions" type="string"/>
|
<arg name="factions" type="string"/>
|
||||||
</type>
|
</type>
|
||||||
<text locale="de">"Der Kampf wurde ausgelöst von $factions."</text>
|
<text locale="de">"Der Kampf wurde ausgelöst von ${factions}."</text>
|
||||||
<text locale="en">"The battle was initiated by $factions."</text>
|
<text locale="en">"The battle was initiated by ${factions}."</text>
|
||||||
</message>
|
</message>
|
||||||
<message name="battle::potionsave" section="battle">
|
<message name="battle::potionsave" section="battle">
|
||||||
<type>
|
<type>
|
||||||
|
|
Loading…
Reference in New Issue