Author: zookeeper
Date: Fri Apr  3 22:09:20 2009
New Revision: 34440

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34440&view=rev
Log:
Fixed bug #13312 (untranslated unit names in ANL).

Modified:
    trunk/data/multiplayer/scenarios/ANL_utils/ANL_research_options.cfg

Modified: trunk/data/multiplayer/scenarios/ANL_utils/ANL_research_options.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/multiplayer/scenarios/ANL_utils/ANL_research_options.cfg?rev=34440&r1=34439&r2=34440&view=diff
==============================================================================
--- trunk/data/multiplayer/scenarios/ANL_utils/ANL_research_options.cfg 
(original)
+++ trunk/data/multiplayer/scenarios/ANL_utils/ANL_research_options.cfg Fri Apr 
 3 22:09:20 2009
@@ -34,13 +34,15 @@
 #wmllint: display on
         message= _ "Which type of unit would you like to be able to recruit?"
 #wmllint: display off
-            {PICK_RECRUIT_OPTION 
("units/human-loyalists/spearman.png~TC(1,magenta)") ("Spearman") troop_1}
-            {PICK_RECRUIT_OPTION 
("units/human-loyalists/bowman.png~TC(1,magenta)") ("Bowman") troop_2}
-            {PICK_RECRUIT_OPTION 
("units/human-loyalists/fencer.png~TC(1,magenta)") ("Fencer") troop_3}
-            {PICK_RECRUIT_OPTION 
("units/human-loyalists/heavyinfantry.png~TC(1,magenta)") ("Heavy Infantryman") 
troop_4}
-            {PICK_RECRUIT_OPTION 
("units/human-loyalists/sergeant.png~TC(1,magenta)") ("Sergeant") troop_5}
-            {PICK_RECRUIT_OPTION 
("units/human-loyalists/cavalryman.png~TC(1,magenta)") ("Cavalryman") troop_6}
-            {PICK_RECRUIT_OPTION 
("units/human-loyalists/horseman.png~TC(1,magenta)") ("Horseman") troop_7}
+#textdomain wesnoth-units
+            {PICK_RECRUIT_OPTION 
("units/human-loyalists/spearman.png~TC(1,magenta)") (_"Spearman") troop_1}
+            {PICK_RECRUIT_OPTION 
("units/human-loyalists/bowman.png~TC(1,magenta)") (_"Bowman") troop_2}
+            {PICK_RECRUIT_OPTION 
("units/human-loyalists/fencer.png~TC(1,magenta)") (_"Fencer") troop_3}
+            {PICK_RECRUIT_OPTION 
("units/human-loyalists/heavyinfantry.png~TC(1,magenta)") (_"Heavy 
Infantryman") troop_4}
+            {PICK_RECRUIT_OPTION 
("units/human-loyalists/sergeant.png~TC(1,magenta)") (_"Sergeant") troop_5}
+            {PICK_RECRUIT_OPTION 
("units/human-loyalists/cavalryman.png~TC(1,magenta)") (_"Cavalryman") troop_6}
+            {PICK_RECRUIT_OPTION 
("units/human-loyalists/horseman.png~TC(1,magenta)") (_"Horseman") troop_7}
+#textdomain wesnoth-anl
         [/message]
         {VARIABLE_OP player_$side_number|.warfare.troop_available add -1}
     [/command]


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

Reply via email to