diff src/gtkprefs.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 0fb10479a6a3
children 48dc9f358a91
line wrap: on
line diff
--- a/src/gtkprefs.c	Sun Dec 14 17:28:30 2003 +0000
+++ b/src/gtkprefs.c	Sun Dec 14 17:31:58 2003 +0000
@@ -1141,7 +1141,7 @@
 	hbox = gtk_hbox_new(TRUE, 5);
 	gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
 
-	label = gtk_label_new_with_mnemonic(_("Port:"));
+	label = gtk_label_new_with_mnemonic(_("_Port:"));
 	gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5);
 	gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2, GTK_FILL, 0, 0, 0);