Gendrify a message. (fix for bug #19367)

This commit is contained in:
Anonymissimus 2012-02-24 01:15:00 +00:00
parent ff243c7036
commit e0958f0e3b

View file

@ -1133,7 +1133,20 @@ To move your troops onto that island without wading slowly through the water, yo
{PRINT (_"Advance other units and capture villages, then <b>End Turn</b>")}
[/then]
[else]
{STUDENT (_"No other units can reach that orc. I hope my $unit.language_name survives its counter-attack! Id better grab more villages and move everyone closer for next turn.")}
[if]
[variable]
name=unit.gender
equals=male
[/variable]
[then]
#po: The unit with unit type $unit.language_name is male.
{STUDENT (_"No other units can reach that orc. I hope my $unit.language_name survives its counter-attack! Id better grab more villages and move everyone closer for next turn.")}
[/then]
[else]
#po: The unit with unit type $unit.language_name is female.
{STUDENT (_"female^No other units can reach that orc. I hope my $unit.language_name survives its counter-attack! Id better grab more villages and move everyone closer for next turn.")}
[/else]
[/if]
{TEACHER (_"Yes. If your Shaman stands just behind that unit on the bridge, she will heal it at the beginning of the next turn.")}
{PRINT (_"Move your Shaman onto the bridge to stand behind your other unit")}
[event]