diff src/gtkblist.c @ 12043:ac18b43b0495

[gaim-migrate @ 14338] SF Patch #1353932 from resiak-- "In the blist's Tools menu, both Plugins and View System Log had L as the mnemonic. This patch changes Plugins to use G instead, and updates the translations appropriately." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 11 Nov 2005 22:18:50 +0000
parents e67993da8a22
children e4666705944b
line wrap: on
line diff
--- a/src/gtkblist.c	Fri Nov 11 22:15:42 2005 +0000
+++ b/src/gtkblist.c	Fri Nov 11 22:18:50 2005 +0000
@@ -2448,7 +2448,7 @@
 	{ "/Tools/sep1", NULL, NULL, 0, "<Separator>" },
 	{ N_("/Tools/A_ccounts"), "<CTL>A", gaim_gtk_accounts_window_show, 0, "<StockItem>", GAIM_STOCK_ACCOUNTS },
 	{ N_("/Tools/Pr_eferences"), "<CTL>P", gaim_gtk_prefs_show, 0, "<StockItem>", GTK_STOCK_PREFERENCES },
-	{ N_("/Tools/P_lugins"), NULL, gaim_gtk_plugin_dialog_show, 0, NULL },
+	{ N_("/Tools/Plu_gins"), NULL, gaim_gtk_plugin_dialog_show, 0, NULL },
 	{ N_("/Tools/Pr_ivacy"), NULL, gaim_gtk_privacy_dialog_show, 0, "<StockItem>", GTK_STOCK_DIALOG_ERROR },
 	{ N_("/Tools/_File Transfers"), "<CTL>T", gaim_show_xfer_dialog, 0, "<StockItem>", GAIM_STOCK_FILE_TRANSFER },
 	{ N_("/Tools/R_oom List"), NULL, gaim_gtk_roomlist_dialog_show, 0, "<StockItem>", GTK_STOCK_INDEX },