comparison 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
comparison
equal deleted inserted replaced
23303:ac4a06685b95 23309:99b4470a763e
3257 { "/Buddies/sep3", NULL, NULL, 0, "<Separator>", NULL }, 3257 { "/Buddies/sep3", NULL, NULL, 0, "<Separator>", NULL },
3258 { N_("/Buddies/_Quit"), "<CTL>Q", purple_core_quit, 0, "<StockItem>", GTK_STOCK_QUIT }, 3258 { N_("/Buddies/_Quit"), "<CTL>Q", purple_core_quit, 0, "<StockItem>", GTK_STOCK_QUIT },
3259 3259
3260 /* Accounts menu */ 3260 /* Accounts menu */
3261 { N_("/_Accounts"), NULL, NULL, 0, "<Branch>", NULL }, 3261 { N_("/_Accounts"), NULL, NULL, 0, "<Branch>", NULL },
3262 { N_("/Accounts/Manage"), "<CTL>A", pidgin_accounts_window_show, 0, "<Item>", NULL }, 3262 { N_("/Accounts/Manage Accounts"), "<CTL>A", pidgin_accounts_window_show, 0, "<Item>", NULL },
3263 3263
3264 /* Tools */ 3264 /* Tools */
3265 { N_("/_Tools"), NULL, NULL, 0, "<Branch>", NULL }, 3265 { N_("/_Tools"), NULL, NULL, 0, "<Branch>", NULL },
3266 { N_("/Tools/Buddy _Pounces"), NULL, pidgin_pounces_manager_show, 1, "<Item>", NULL }, 3266 { N_("/Tools/Buddy _Pounces"), NULL, pidgin_pounces_manager_show, 1, "<Item>", NULL },
3267 { N_("/Tools/_Certificates"), NULL, pidgin_certmgr_show, 0, "<Item>", NULL }, 3267 { N_("/Tools/_Certificates"), NULL, pidgin_certmgr_show, 0, "<Item>", NULL },