small syntax fix

This commit is contained in:
Enno Rehling 2007-02-22 23:44:37 +00:00
parent 7af7ab381c
commit 5d1f883f45
1 changed files with 2 additions and 2 deletions

View File

@ -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>