Author: espreon
Date: Mon Feb 21 00:28:55 2011
New Revision: 48583

URL: http://svn.gna.org/viewcvs/wesnoth?rev=48583&view=rev
Log:
Added serial commas.

Modified:
    trunk/data/core/macros/traits.cfg

Modified: trunk/data/core/macros/traits.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/macros/traits.cfg?rev=48583&r1=48582&r2=48583&view=diff
==============================================================================
--- trunk/data/core/macros/traits.cfg (original)
+++ trunk/data/core/macros/traits.cfg Mon Feb 21 00:28:55 2011
@@ -15,13 +15,13 @@
 #enddef
 
 #define TRAIT_UNDEAD
-    # Units with trait Undead cannot be drained, poisoned or plagued.
+    # Units with trait Undead cannot be drained, poisoned, or plagued.
     [trait]
         id=undead
         availability="musthave"
         male_name= _ "undead"
         female_name= _ "female^undead"
-        description= _ "Immune to drain, poison and plague"
+        description= _ "Immune to drain, poison, and plague"
         [effect]
             apply_to=status
             add=not_living
@@ -30,13 +30,13 @@
 #enddef
 
 #define TRAIT_MECHANICAL
-    # Units with trait Mechanical cannot be drained, poisoned or plagued.
+    # Units with trait Mechanical cannot be drained, poisoned, or plagued.
     [trait]
         id=mechanical
         availability="musthave"
         male_name= _ "mechanical"
         female_name= _ "female^mechanical"
-        description= _ "Immune to drain, poison and plague"
+        description= _ "Immune to drain, poison, and plague"
         [effect]
             apply_to=status
             add=not_living
@@ -45,13 +45,13 @@
 #enddef
 
 #define TRAIT_ELEMENTAL
-    # Units with trait Elemental cannot be drained, poisoned or plagued.
+    # Units with trait Elemental cannot be drained, poisoned, or plagued.
     [trait]
         id=elemental
         availability="musthave"
         male_name= _ "elemental"
         female_name= _ "female^elemental"
-        description= _ "Immune to drain, poison and plague"
+        description= _ "Immune to drain, poison, and plague"
         [effect]
             apply_to=status
             add=not_living


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

Reply via email to