- Überflüssiges Leerzeichen in der casualties-Meldung.

This commit is contained in:
Christian Schlittchen 2003-03-09 09:00:39 +00:00
parent b7488a436a
commit a98d538cc0
1 changed files with 1 additions and 1 deletions

View File

@ -6943,7 +6943,7 @@
<arg name="run" type="int"></arg> <arg name="run" type="int"></arg>
<arg name="runto" type="region"></arg> <arg name="runto" type="region"></arg>
</type> </type>
<text locale="de">"$unit($unit) verlor $int($fallen) Personen$if($alive,", $int($alive) überlebten","") $if($run," und $int($run) flohen$if($isnull($runto),""," nach $region($runto)")","")."</text> <text locale="de">"$unit($unit) verlor $int($fallen) Personen$if($alive,", $int($alive) überlebten","")$if($run," und $int($run) flohen$if($isnull($runto),""," nach $region($runto)")","")."</text>
<text locale="en">"$unit($unit) lost $int($fallen) people: $int($alive) survived$if($run," and $int($run) fled$if($isnull($runto),""," to $region($runto)"),"")."</text> <text locale="en">"$unit($unit) lost $int($fallen) people: $int($alive) survived$if($run," and $int($run) fled$if($isnull($runto),""," to $region($runto)"),"")."</text>
</message> </message>