Author: sveinung
Date: Fri Dec 19 13:23:24 2014
New Revision: 27346

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

Reported by David Lowe <doctorjlowe@gna>

See bug #23039

Modified:
    branches/S2_5/client/helpdata.c

Modified: branches/S2_5/client/helpdata.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/helpdata.c?rev=27346&r1=27345&r2=27346&view=diff
==============================================================================
--- branches/S2_5/client/helpdata.c     (original)
+++ branches/S2_5/client/helpdata.c     Fri Dec 19 13:23:24 2014
@@ -2381,8 +2381,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