diff src/gtkblist.c @ 7870:30ee5c52b8dc

[gaim-migrate @ 8524] "I have prepared an updated German translation with 2 small i18n fixes. i18n42.patch contains: - updated German translation - ALT-shortcut for "/Tools/Pr_eferences" (all other menu items have ALT-shortcuts) - ALT-shortcut for "_Port:" in Preferences (Proxy) Regards, Bjoern [Voigt]" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 14 Dec 2003 17:31:58 +0000
parents e873d0bd0e6c
children f9df510460d7
line wrap: on
line diff
--- a/src/gtkblist.c	Sun Dec 14 17:28:30 2003 +0000
+++ b/src/gtkblist.c	Sun Dec 14 17:31:58 2003 +0000
@@ -1699,7 +1699,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/_File Transfers"), NULL, gaim_show_xfer_dialog, 0, "<StockItem>", GAIM_STOCK_FILE_TRANSFER },
-	{ N_("/Tools/Preferences"), "<CTL>P", gaim_gtk_prefs_show, 0, "<StockItem>", GTK_STOCK_PREFERENCES },
+	{ N_("/Tools/Pr_eferences"), "<CTL>P", gaim_gtk_prefs_show, 0, "<StockItem>", GTK_STOCK_PREFERENCES },
 	{ N_("/Tools/Pr_ivacy"), NULL, gaim_gtk_privacy_dialog_show, 0, NULL },
 	{ "/Tools/sep2", NULL, NULL, 0, "<Separator>" },
 	{ N_("/Tools/View System _Log"), NULL, gtk_blist_show_systemlog_cb, 0, NULL },