Author: sveinung
Date: Thu Oct 22 11:07:43 2015
New Revision: 30161

URL: http://svn.gna.org/viewcvs/freeciv?rev=30161&view=rev
Log:
Update help generation for Recycle Unit

It became possible to disband a unit in a city without getting 50% of its
production cost when Recycle Unit was split from Disband Unit.

See bug #23953

Modified:
    trunk/client/helpdata.c

Modified: trunk/client/helpdata.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/helpdata.c?rev=30161&r1=30160&r2=30161&view=diff
==============================================================================
--- trunk/client/helpdata.c     (original)
+++ trunk/client/helpdata.c     Thu Oct 22 11:07:43 2015
@@ -3920,11 +3920,6 @@
   }
   if (utype_has_flag(utype, UTYF_UNDISBANDABLE)) {
     CATLSTR(buf, bufsz, _("* May not be disbanded.\n"));
-  } else {
-    CATLSTR(buf, bufsz,
-           /* xgettext:no-c-format */
-           _("* May be disbanded in a city to recover 50% of the"
-             " production cost.\n"));
   }
   if (utype_has_flag(utype, UTYF_SETTLERS)) {
     struct universal for_utype = { .kind = VUT_UTYPE, .value = { .utype = 
utype }};


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

Reply via email to