Author: jtn
Date: Sat Jun  7 11:43:10 2014
New Revision: 25074

URL: http://svn.gna.org/viewcvs/freeciv?rev=25074&view=rev
Log:
Fix MR_CANNOT_DISEMBARK message to mention unloading in cities.

See gna bug #22142.

Modified:
    trunk/server/unithand.c

Modified: trunk/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/unithand.c?rev=25074&r1=25073&r2=25074&view=diff
==============================================================================
--- trunk/server/unithand.c     (original)
+++ trunk/server/unithand.c     Sat Jun  7 11:43:10 2014
@@ -1458,11 +1458,11 @@
 
   case MR_CANNOT_DISEMBARK:
     notify_player(unit_owner(punit), src_tile, E_BAD_COMMAND, ftc_server,
-                  _("%s cannot disembark without a native base for "
-                    "%s on the tile."),
-                    unit_link(punit),
-                    utype_name_translation(
-                        unit_type(unit_transport_get(punit))));
+                  _("%s cannot disembark outside of a city or a native base "
+                    "for %s."),
+                  unit_link(punit),
+                  utype_name_translation(
+                      unit_type(unit_transport_get(punit))));
     break;
 
   case MR_NON_NATIVE_MOVE:


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

Reply via email to