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);
|
if (lastf) strcat(buf, lastf);
|
||||||
strcat(buf, ".");
|
strcat(buf, ".");
|
||||||
|
|
||||||
m = msg_message("battle::header", "factions", buf);
|
m = msg_message("battle::starters", "factions", buf);
|
||||||
message_faction(b, f, m);
|
message_faction(b, f, m);
|
||||||
msg_release(m);
|
msg_release(m);
|
||||||
}
|
}
|
||||||
|
|
|
@ -6312,7 +6312,7 @@
|
||||||
<text locale="fr">"The wormhole in $region($region) disappears."</text>
|
<text locale="fr">"The wormhole in $region($region) disappears."</text>
|
||||||
<text locale="en">"The wormhole in $region($region) disappears."</text>
|
<text locale="en">"The wormhole in $region($region) disappears."</text>
|
||||||
</message>
|
</message>
|
||||||
<message name="battle::header" section="battle">
|
<message name="battle::starters" section="battle">
|
||||||
<type>
|
<type>
|
||||||
<arg name="factions" type="string"/>
|
<arg name="factions" type="string"/>
|
||||||
</type>
|
</type>
|
||||||
|
@ -6404,8 +6404,8 @@
|
||||||
<arg name="spell" type="spell"/>
|
<arg name="spell" type="spell"/>
|
||||||
<arg name="effect" type="string"/>
|
<arg name="effect" type="string"/>
|
||||||
</type>
|
</type>
|
||||||
<text locale="de">"$unit($mage) zaubert $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>
|
<text locale="en">"$unit($mage) casts $spell($spell)$if(strlen($effect),": $effect","")."</text>
|
||||||
</message>
|
</message>
|
||||||
<message name="battle::killed" section="battle">
|
<message name="battle::killed" section="battle">
|
||||||
<type>
|
<type>
|
||||||
|
|
Loading…
Reference in New Issue