Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2000:
[Freeciv-Dev] PATCH: little string fix
Home

[Freeciv-Dev] PATCH: little string fix

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] PATCH: little string fix
From: Dirk Stoecker <stoecker@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 Sep 2000 10:55:38 +0200 (MET DST)

Hi,

this one changes "Diplomat|Spy Actions" to "Diplomat/Spy Actions" to make
GTK and XAW client equal and reduce translators work.

My shortest patch ever. Only one char :-)

Ciao
 ____  _ _  ____  _ _    _ _  ____
|    |  |  |    |  | \  / |  |    | the cool Gremlin from Bischofswerda
|  __   |   ____|  |  \/  |  |    | WWW: http://home.pages.de/~stoecker/
|    |  |  |       |      |  |    | PGP key available on www page.
|____| _|_ |____| _|_    _|_ |____| I hope AMIGA never ends to make fun!

************************************************************************
* snail-mail: Dirk Stoecker              * e-mail:                     *
*             Geschwister-Scholl-Str. 10 * stoecker@xxxxxxxxxxxxxx     *
*             01877 Bischofswerda        * phone:                      *
*             GERMANY                    * GERMANY +49 (0)3594/706666  *
************************************************************************
diff -ur ../../freeciv-cvs/freeciv/client/gui-gtk/menu.c ./client/gui-gtk/menu.c
--- ../../freeciv-cvs/freeciv/client/gui-gtk/menu.c     Sat Sep  2 09:49:51 2000
+++ ./client/gui-gtk/menu.c     Sat Sep  2 09:50:04 2000
@@ -611,7 +611,7 @@
     MENU_ORDER_BUILD_WONDER                                                  },
   { "/" N_("Orders") "/" N_("Make Trade Route"), "<shift>r",   
orders_menu_callback,
     MENU_ORDER_TRADEROUTE                                                    },
-  { "/" N_("Orders") "/" N_("Diplomat|Spy Actions"), "<shift>b", 
orders_menu_callback,
+  { "/" N_("Orders") "/" N_("Diplomat/Spy Actions"), "<shift>b", 
orders_menu_callback,
     MENU_ORDER_DIPLOMAT_DLG                                                  },
   { "/" N_("Orders") "/" N_("Explode Nuclear"), "<shift>n",    
orders_menu_callback,
     MENU_ORDER_NUKE                                                          },

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