Hello! I've been told that I need to ask you all whether it is okay to break the string freeze in GNOME Panel. In <file://cvs.gnome.org/cvs/ gnome/gnome-panel/gnome-panel/menu.c>, there is an extraneous instance of the word "to" on line 3248. The applicable bug report for this issue is at <http://bugzilla.gnome.org/show_bug.cgi?id=134475> and I have attached the patch for fixing it to this message.
Index: gnome-panel/menu.c
===================================================================
RCS file: /cvs/gnome/gnome-panel/gnome-panel/menu.c,v
retrieving revision 1.704
diff -d -u -H -r1.704 menu.c
--- gnome-panel/menu.c 16 Feb 2004 20:57:08 -0000 1.704
+++ gnome-panel/menu.c 18 Feb 2004 16:57:55 -0000
@@ -3245,7 +3245,7 @@
logout_tooltip = g_strdup_printf (_("Log out %s of this session to "
"log in as a different user or to "
- "to shut down your computer"),
+ "shut down your computer"),
user_name);
gtk_tooltips_set_tip (panel_tooltips, menuitem, logout_tooltip, NULL);
g_free (logout_tooltip);
This is a digitally signed message part