Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2001:
[Freeciv-Dev] "Diplomats" -> "Diplomat units" (PR#901)
Home

[Freeciv-Dev] "Diplomats" -> "Diplomat units" (PR#901)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] "Diplomats" -> "Diplomat units" (PR#901)
From: sigra@xxxxxxx
Date: Wed, 22 Aug 2001 06:08:56 -0700 (PDT)

Change "Game: Diplomats cannot act from sea." to "Game: Diplomat units cannot 
act from sea." because it also applies to spies.

Index: unithand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/unithand.c,v
retrieving revision 1.193
diff -u -3 -p -r1.193 unithand.c
--- unithand.c  2001/08/08 09:46:26     1.193
+++ unithand.c  2001/08/22 13:03:27
@@ -841,7 +841,7 @@ int handle_unit_move_request(struct unit
     } else if (!can_unit_move_to_tile(punit, dest_x, dest_y, igzoc)) {
       notify_player_ex(pplayer, punit->x, punit->y, E_NOEVENT,
                map_get_terrain(punit->x, punit->y)==T_OCEAN
-                       ? _("Game: Diplomats cannot act from sea.")
+                       ? _("Game: Diplomat units cannot act from sea.")
                        : _("Game: No diplomat action possible."));
       return 0;
     }

Attachment: diplomat.diff
Description: Text Data


[Prev in Thread] Current Thread [Next in Thread]