Author: ivanovic
Date: Sun Sep 12 19:26:49 2010
New Revision: 46412

URL: http://svn.gna.org/viewcvs/wesnoth?rev=46412&view=rev
Log:
fix some more unicode char stuff:
don't use the unicode apostroph in speaker tags
don't use unicode minus as minus char in increase= blocks

Modified:
    trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_The_Kalian.cfg
    
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
    
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg

Modified: trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_The_Kalian.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_The_Kalian.cfg?rev=46412&r1=46411&r2=46412&view=diff
==============================================================================
--- trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_The_Kalian.cfg 
(original)
+++ trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_The_Kalian.cfg Sun 
Sep 12 19:26:49 2010
@@ -134,7 +134,7 @@
             y=22
         [/teleport]
 
-        {HERO (Elvish Marshal) ("Lord El’Isomithir") ( _ "Lord 
El’Isomithir") 4 13 14 ("portraits/isomithir.png")}
+        {HERO (Elvish Marshal) ("Lord El'Isomithir") ( _ "Lord 
El’Isomithir") 4 13 14 ("portraits/isomithir.png")}
         # wmllint: recognize Lord El’Isomithir
     [/event]
 
@@ -312,7 +312,7 @@
         [/variable]
         [then]
             [message]
-                speaker="Lord El’Isomithir"
+                speaker="Lord El'Isomithir"
                 message= _ "Long ago a clan of elves on the Isle of Tears fell 
under the sway of a dark curse. Their souls still haunt that place and no elf 
will go there. You should clear this isle, and put their souls to rest."
             [/message]
         [/then]
@@ -340,7 +340,7 @@
         [case]
             value="Isle"
             [message]
-                speaker="Lord El’Isomithir"
+                speaker="Lord El'Isomithir"
                 message= _ "Finally the souls of our poor kin may rest. Thank 
you."
             [/message]
         [/case]
@@ -388,7 +388,7 @@
                     message= _ "It is better to be the greater of three than 
the lesser of two. The Prince of Southbay was good, he was a credit to his 
people. Maybe these ones are made of the same stuff."
                 [/message]
                 [message]
-                    speaker="Lord El’Isomithir"
+                    speaker="Lord El'Isomithir"
                     message= _ "But why then do they come as refugees? Speak, 
human."
                 [/message]
                 [message]
@@ -396,7 +396,7 @@
                     message= _ "Our people come in peace. There was a war in 
our homeland. We are refugees. We come seeking a new home, since our island to 
the west and north is now forfeit."
                 [/message]
                 [message]
-                    speaker="Lord El’Isomithir"
+                    speaker="Lord El'Isomithir"
                     message= _ "So you come to steal our land? We know your 
kind, humans of the west-north."
                 [/message]
                 [message]
@@ -412,7 +412,7 @@
                     message= _ "They should be put to the test before such a 
grant is made."
                 [/message]
                 [message]
-                    speaker="Lord El’Isomithir"
+                    speaker="Lord El'Isomithir"
                     message= _ "A quest for each of us then?"
                 [/message]
                 [message]
@@ -497,7 +497,7 @@
                 [/message]
 
                 [message]
-                    speaker="Lord El’Isomithir"
+                    speaker="Lord El'Isomithir"
                     message= _ "—may stay."
                 [/message]
 

Modified: 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg?rev=46412&r1=46411&r2=46412&view=diff
==============================================================================
--- 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
 (original)
+++ 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
 Sun Sep 12 19:26:49 2010
@@ -1444,7 +1444,7 @@
         {VARIABLE revenants 1}
 #endif
 
-        {PLACE_UNITS_RANDOMLY 1          4 "Revenant"         "Go’hag" ( _ 
"Go’hag")        (role="ElyssaUndead")}
+        {PLACE_UNITS_RANDOMLY 1          4 "Revenant"         "Go'hag" ( _ 
"Go’hag")        (role="ElyssaUndead")}
         {PLACE_UNITS_RANDOMLY $skeletons 4 "Skeleton"         ()       ( _ 
"Undead Raider") (role="ElyssaUndead")}
         {PLACE_UNITS_RANDOMLY $archers   4 "Skeleton Archer"  ()       ( _ 
"Undead Raider") (role="ElyssaUndead")}
         {PLACE_UNITS_RANDOMLY $revenants 4 "Revenant"         ()       ( _ 
"Undead Raider") (role="ElyssaUndead")}
@@ -1469,14 +1469,14 @@
 #ifdef HARD
 
         [message]
-            speaker="Go’hag"
+            speaker="Go'hag"
             message= _ "You have defied our master for the last time. Now you 
shall die! And I shall personally make it slow and painful, to thank you for 
that scorching you gave me."
         [/message]
 
 #else
 
         [message]
-            speaker="Go’hag"
+            speaker="Go'hag"
             message= _ "You have defied our master for the last time. Now you 
shall die!"
         [/message]
 

Modified: 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg?rev=46412&r1=46411&r2=46412&view=diff
==============================================================================
--- 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
 (original)
+++ 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
 Sun Sep 12 19:26:49 2010
@@ -3048,7 +3048,7 @@
 #ifdef NORMAL
             [effect]
                 apply_to=hitpoints
-                increase=−25%
+                increase=-25%
             [/effect]
 #endif
 


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

Reply via email to