Author: esr
Date: Thu Oct  9 21:42:04 2008
New Revision: 29986

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29986&view=rev
Log:
Cleanup after my last diff, following suggestions by mordante,
Sapient, and stikonas.

Modified:
    trunk/data/campaigns/Descent_Into_Darkness/units/iceball.cfg
    
trunk/data/campaigns/Legend_of_Wesmere/scenarios/16_The_Chief_must_die_utils.cfg
    trunk/data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg
    trunk/data/core/units/fake/Fog_Clearer.cfg

Modified: trunk/data/campaigns/Descent_Into_Darkness/units/iceball.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Descent_Into_Darkness/units/iceball.cfg?rev=29986&r1=29985&r2=29986&view=diff
==============================================================================
--- trunk/data/campaigns/Descent_Into_Darkness/units/iceball.cfg (original)
+++ trunk/data/campaigns/Descent_Into_Darkness/units/iceball.cfg Thu Oct  9 
21:42:04 2008
@@ -17,7 +17,7 @@
     advances_to=null
     cost=1
     usage=fighter
-    description=_ "A Fireball. This is not to be used for anything else than a 
'Move_Unit_Fake'!"
+    description=""     # wmllint: ignore
     hide_help=true
     do_not_list=yes
 [/unit_type]

Modified: 
trunk/data/campaigns/Legend_of_Wesmere/scenarios/16_The_Chief_must_die_utils.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/16_The_Chief_must_die_utils.cfg?rev=29986&r1=29985&r2=29986&view=diff
==============================================================================
--- 
trunk/data/campaigns/Legend_of_Wesmere/scenarios/16_The_Chief_must_die_utils.cfg
 (original)
+++ 
trunk/data/campaigns/Legend_of_Wesmere/scenarios/16_The_Chief_must_die_utils.cfg
 Thu Oct  9 21:42:04 2008
@@ -2,7 +2,7 @@
 #define INVISIBILITY_POTION USER_ID
     [object]
         id=invisibility_potion_{USER_ID}
-        description= _ "{USER_ID} taken Crelanu's Potion" #wmllint: ignore
+        description= _ "Crelanu's philter affecting " + {USER_ID}
         duration=level
         [filter]
             id={USER_ID}

Modified: trunk/data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg?rev=29986&r1=29985&r2=29986&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg (original)
+++ trunk/data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg Thu Oct  9 
21:42:04 2008
@@ -26,7 +26,7 @@
 #define LOOT AMOUNT SIDE
     [message]
         speaker=narrator
-        message= _ "You retrieve {AMOUNT} pieces of gold." # wmllint: ignore
+        message= _ "You retrieve " + {AMOUNT} + _ " pieces of gold."
         image=wesnoth-icon.png
     [/message]
 
@@ -221,7 +221,7 @@
 
         [message_debug]
             logger=warn
-            message=_ "Village at {X}, {Y} to side {SIDE}"     # wmllint: 
ignore
+            message="village at {X}, {Y} to side {SIDE}"       # wmllint: 
ignore
         [/message_debug]
     [/event]
 #enddef

Modified: trunk/data/core/units/fake/Fog_Clearer.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/fake/Fog_Clearer.cfg?rev=29986&r1=29985&r2=29986&view=diff
==============================================================================
--- trunk/data/core/units/fake/Fog_Clearer.cfg (original)
+++ trunk/data/core/units/fake/Fog_Clearer.cfg Thu Oct  9 21:42:04 2008
@@ -16,7 +16,7 @@
     advances_to=null
     cost=1
     usage=scout
-    description=_ "Dummy unit for clearing fog hexes."
+    description=_ ""   # wmllint: ignore
     hide_help=true
     do_not_list=yes
 [/unit_type]


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

Reply via email to