Author: sveinung
Date: Mon Jan 19 17:30:44 2015
New Revision: 27733

URL: http://svn.gna.org/viewcvs/freeciv?rev=27733&view=rev
Log:
Make the action target kind names work with the generated help text.

Be plural again. Keep precision.

See bug #23176

Modified:
    branches/S2_6/common/actions.h

Modified: branches/S2_6/common/actions.h
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/common/actions.h?rev=27733&r1=27732&r2=27733&view=diff
==============================================================================
--- branches/S2_6/common/actions.h      (original)
+++ branches/S2_6/common/actions.h      Mon Jan 19 17:30:44 2015
@@ -31,9 +31,9 @@
 
 #define SPECENUM_NAME action_target_kind
 #define SPECENUM_VALUE0 ATK_CITY
-#define SPECENUM_VALUE0NAME N_("a city")
+#define SPECENUM_VALUE0NAME N_("individual cities")
 #define SPECENUM_VALUE1 ATK_UNIT
-#define SPECENUM_VALUE1NAME N_("a unit")
+#define SPECENUM_VALUE1NAME N_("individual units")
 #define SPECENUM_COUNT ATK_COUNT
 #include "specenum_gen.h"
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to