Author: mordante
Date: Wed Jun 24 19:53:43 2009
New Revision: 36390

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

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

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=36390&r1=36389&r2=36390&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Wed Jun 24 19:53:43 2009
@@ -36,7 +36,7 @@
    * Fixed a segmentation fault with storyscreens using [if] (bug #35959)
    * Properly translate dialog title (bug #13761)
    * Fixed a problem with easy close that caused buttons to be ignored
-   * Properly translate unit name (bug #13751)
+   * Properly translate unit name and mark strings translatable (bug #13751)
    * Properly redraw logo on the loading screen (bug #13758)
    * Set window title before setting video mode (bug #13756)
 

Modified: trunk/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg?rev=36390&r1=36389&r2=36390&view=diff
==============================================================================
--- trunk/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg 
(original)
+++ trunk/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg Wed 
Jun 24 19:53:43 2009
@@ -19,7 +19,7 @@
     {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]
     [object]


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

Reply via email to