diff src/gtkroomlist.c @ 8143:8633dc570442

[gaim-migrate @ 8851] sf cvs fing sucks. This is the rest of the accessibility stuff from that cool Nathan guy. It makes shift+f10 bring up context menus. Please check over stuff and make sure neither of us broke anything. Also, someone think of a good way to phrase that thing about this that's in the ChangeLog. Thank you, and have a nice day. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 19 Jan 2004 22:40:17 +0000
parents d60272410bd5
children 596c64a2a2d0
line wrap: on
line diff
--- a/src/gtkroomlist.c	Mon Jan 19 22:13:50 2004 +0000
+++ b/src/gtkroomlist.c	Mon Jan 19 22:40:17 2004 +0000
@@ -321,7 +321,7 @@
 	gtk_widget_show(bbox);
 
 	/* Get list button */
-	button = gtk_button_new_with_mnemonic(_("Get _list"));
+	button = gtk_button_new_with_mnemonic(_("Get _List"));
 	gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0);
 	gtk_widget_show(button);
 	dialog->list_button = button;