pidgin: 547cd65f: Change "Manage" to "Manage Accounts" in ...

rlaager at pidgin.im rlaager at pidgin.im
Fri Jun 6 20:05:44 EDT 2008


-----------------------------------------------------------------
Revision: 547cd65fb6e1faeb37d88730f0dbf45075a08426
Ancestor: f45aaa12123c851ab2a9a59fb2cdba78c751044e
Author: rlaager at pidgin.im
Date: 2008-06-07T00:00:34
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/547cd65fb6e1faeb37d88730f0dbf45075a08426

Modified files:
        pidgin/gtkblist.c

ChangeLog: 

Change "Manage" to "Manage Accounts" in the Accounts menu.

-------------- next part --------------
============================================================
--- pidgin/gtkblist.c	0e920b2ff658918c7219f87bcbd5cd5914374517
+++ pidgin/gtkblist.c	d10ef2d6f650b1449de5e473515ab34594617491
@@ -3259,7 +3259,7 @@ static GtkItemFactoryEntry blist_menu[] 
 
 	/* 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 },


More information about the Commits mailing list