Author: mordante
Date: Wed Jun 24 19:50:56 2009
New Revision: 36389

URL: http://svn.gna.org/viewcvs/wesnoth?rev=36389&view=rev
Log:
Properly mark strings translatable (bug #13751).

This adds two translatable strings.

Modified:
    branches/1.6/changelog
    branches/1.6/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg

Modified: branches/1.6/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/changelog?rev=36389&r1=36388&r2=36389&view=diff
==============================================================================
--- branches/1.6/changelog (original)
+++ branches/1.6/changelog Wed Jun 24 19:50:56 2009
@@ -3,7 +3,7 @@
     * Updated translations: French, Swedish
  * Miscellaneous and bugfixes:
     * Properly translate dialog title (bug #13761)
-    * Properly translate unit name (bug #13751)
+    * Properly translate unit name and mark strings translatable (bug #13751)
 
 Version 1.6.3:
  * Campaigns:

Modified: 
branches/1.6/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg?rev=36389&r1=36388&r2=36389&view=diff
==============================================================================
--- 
branches/1.6/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg 
(original)
+++ 
branches/1.6/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg 
Wed Jun 24 19:50:56 2009
@@ -19,13 +19,13 @@
     {VARIABLE second_unit.role "zoc_off"}
     [unstore_unit]
         variable=second_unit
-        text="stunned" # wmllint: ignore
+        text=_ "stunned"       # wmllint: ignore
         red,green,blue=150,120,250
     [/unstore_unit]
     {VARIABLE unit.status.slowed "on"}
     [unstore_unit]
         variable=unit
-        text="slowed"  # wmllint: ignore
+        text=_ "slowed"        # wmllint: ignore
         red,green,blue=200,55,55
     [/unstore_unit]
     [object]


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

Reply via email to