Author: sveinung
Date: Fri Dec 19 13:05:34 2014
New Revision: 27345

URL: http://svn.gna.org/viewcvs/freeciv?rev=27345&view=rev
Log:
Help: Specify that population cost is the price payed.

Reported by David Lowe <doctorjlowe@gna>

See bug #23039

Modified:
    trunk/client/helpdata.c

Modified: trunk/client/helpdata.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/helpdata.c?rev=27345&r1=27344&r2=27345&view=diff
==============================================================================
--- trunk/client/helpdata.c     (original)
+++ trunk/client/helpdata.c     Fri Dec 19 13:05:34 2014
@@ -3442,8 +3442,8 @@
   }
   if (utype->pop_cost > 0) {
     cat_snprintf(buf, bufsz,
-                 PL_("* Requires %d population to build.\n",
-                     "* Requires %d population to build.\n", utype->pop_cost),
+                 PL_("* Costs %d population to build.\n",
+                     "* Costs %d population to build.\n", utype->pop_cost),
                  utype->pop_cost);
   }
   if (0 < utype->transport_capacity) {


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

Reply via email to