diff pidgin/gtkblist.c @ 23309:99b4470a763e

Change "Manage" to "Manage Accounts" in the Accounts menu.
author Richard Laager <rlaager@wiktel.com>
date Sat, 07 Jun 2008 00:00:34 +0000
parents 62b5d52c3d66
children a3759c05cc5b
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Fri Jun 06 22:51:17 2008 +0000
+++ b/pidgin/gtkblist.c	Sat Jun 07 00:00:34 2008 +0000
@@ -3259,7 +3259,7 @@
 
 	/* Accounts menu */
 	{ N_("/_Accounts"), NULL, NULL, 0, "<Branch>", NULL },
-	{ N_("/Accounts/Manage"), "<CTL>A", pidgin_accounts_window_show, 0, "<Item>", NULL },
+	{ N_("/Accounts/Manage Accounts"), "<CTL>A", pidgin_accounts_window_show, 0, "<Item>", NULL },
 
 	/* Tools */
 	{ N_("/_Tools"), NULL, NULL, 0, "<Branch>", NULL },