forked from github/server
message fixes
This commit is contained in:
parent
a615089853
commit
15d056e423
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue