Author: sveinung
Date: Mon Jun 20 00:08:47 2016
New Revision: 32919

URL: http://svn.gna.org/viewcvs/freeciv?rev=32919&view=rev
Log:
OnLivableTile doesn't equal OnNativeTile.

While livable and native tend to correlate there are cases where one can be
true while the other is false.

See bug #24755

Modified:
    branches/S2_6/common/requirements.c

Modified: branches/S2_6/common/requirements.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/common/requirements.c?rev=32919&r1=32918&r2=32919&view=diff
==============================================================================
--- branches/S2_6/common/requirements.c (original)
+++ branches/S2_6/common/requirements.c Mon Jun 20 00:08:47 2016
@@ -3296,8 +3296,8 @@
     case USP_LIVABLE_TILE:
       cat_snprintf(buf, bufsz,
                    /* TRANS: unit state. (appears in strings like
-                    * "Missile+On native tile") */
-                   _("On native tile"));
+                    * "Missile+On livable tile") */
+                   _("On livable tile"));
       break;
     case USP_COUNT:
       fc_assert_msg(psource->value.unit_state != USP_COUNT,


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

Reply via email to