message fixes

This commit is contained in:
Enno Rehling 2007-02-23 22:06:39 +00:00
parent a615089853
commit 15d056e423
2 changed files with 4 additions and 4 deletions

View File

@ -2757,7 +2757,7 @@ print_header(battle * b)
if (lastf) strcat(buf, lastf);
strcat(buf, ".");
m = msg_message("battle::header", "factions", buf);
m = msg_message("battle::starters", "factions", buf);
message_faction(b, f, m);
msg_release(m);
}

View File

@ -6312,7 +6312,7 @@
<text locale="fr">"The wormhole in $region($region) disappears."</text>
<text locale="en">"The wormhole in $region($region) disappears."</text>
</message>
<message name="battle::header" section="battle">
<message name="battle::starters" section="battle">
<type>
<arg name="factions" type="string"/>
</type>
@ -6404,8 +6404,8 @@
<arg name="spell" type="spell"/>
<arg name="effect" type="string"/>
</type>
<text locale="de">"$unit($mage) zaubert $spell($spell)$if(strlen($effect),": $effect")."</text>
<text locale="en">"$unit($mage) casts $spell($spell)$if(strlen($effect),": $effect")."</text>
<text locale="de">"$unit($mage) zaubert $spell($spell)$if(strlen($effect),": $effect","")."</text>
<text locale="en">"$unit($mage) casts $spell($spell)$if(strlen($effect),": $effect","")."</text>
</message>
<message name="battle::killed" section="battle">
<type>