Author: sveinung
Date: Mon Dec 22 10:35:48 2014
New Revision: 27382

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

Reported by David Lowe <doctorjlowe@gna>

See bug #23039

Modified:
    branches/S2_4/client/helpdata.c

Modified: branches/S2_4/client/helpdata.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_4/client/helpdata.c?rev=27382&r1=27381&r2=27382&view=diff
==============================================================================
--- branches/S2_4/client/helpdata.c     (original)
+++ branches/S2_4/client/helpdata.c     Mon Dec 22 10:35:48 2014
@@ -2001,8 +2001,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