[patch] more stetic, broken up, 1/2



On Thu, 2005-06-16 at 16:22 -0400, Robert Love wrote:


> Some of this might be a bit more contentious, but it is all in the name
> of the illusive "stetic":

Let's break these up into two patches, since I think some of these
changes are not contentious whatsoever.

This patch:

        - Renames "Other Wireless Networks..." to "Connect to Other
          Wireless Network..."
        - Renames "Create new Wireless Network..." to "Create New
          Wireless Network..."

Please, por favor, apply.

	Robert Love

Index: gnome/applet/applet.c
===================================================================
RCS file: /cvs/gnome/NetworkManager/gnome/applet/applet.c,v
retrieving revision 1.12
diff -u -u -r1.12 applet.c
--- gnome/applet/applet.c	12 Jun 2005 14:35:58 -0000	1.12
+++ gnome/applet/applet.c	16 Jun 2005 20:12:00 -0000
@@ -1329,7 +1330,7 @@
   GtkWidget *label;
 
   menu_item = gtk_menu_item_new ();
-  label = gtk_label_new (_("Other Wireless Networks..."));
+  label = gtk_label_new (_("Connect to Other Wireless Network..."));
   gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
   gtk_container_add (GTK_CONTAINER (menu_item), label);
   gtk_widget_show_all (menu_item);
@@ -1350,7 +1351,7 @@
   GtkWidget *label;
 
   menu_item = gtk_menu_item_new ();
-  label = gtk_label_new (_("Create new Wireless Network..."));
+  label = gtk_label_new (_("Create New Wireless Network..."));
   gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
   gtk_container_add (GTK_CONTAINER (menu_item), label);
   gtk_widget_show_all (menu_item);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]