Author: jtn
Date: Sat Jun  7 11:47:57 2014
New Revision: 25079

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

See gna bug #22142.

Modified:
    branches/S2_5/server/unithand.c

Modified: branches/S2_5/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/server/unithand.c?rev=25079&r1=25078&r2=25079&view=diff
==============================================================================
--- branches/S2_5/server/unithand.c     (original)
+++ branches/S2_5/server/unithand.c     Sat Jun  7 11:47:57 2014
@@ -1347,11 +1347,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;
 
   default:


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

Reply via email to