Author: ivanovic
Date: Sun Mar 25 14:41:34 2012
New Revision: 53657

URL: http://svn.gna.org/viewcvs/wesnoth?rev=53657&view=rev
Log:
port r53185 from anonymissimus to branches/1.10, better fix for patch #3202
original commit message:
Gendrify a message. (fix for bug #19367)

Modified:
    branches/1.10/data/campaigns/tutorial/scenarios/2_Tutorial.cfg

Modified: branches/1.10/data/campaigns/tutorial/scenarios/2_Tutorial.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.10/data/campaigns/tutorial/scenarios/2_Tutorial.cfg?rev=53657&r1=53656&r2=53657&view=diff
==============================================================================
--- branches/1.10/data/campaigns/tutorial/scenarios/2_Tutorial.cfg (original)
+++ branches/1.10/data/campaigns/tutorial/scenarios/2_Tutorial.cfg Sun Mar 25 
14:41:34 2012
@@ -1141,7 +1141,20 @@
                     {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! I’d 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! I’d 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! I’d 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]


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to