[gaim-migrate @ 14580]

Wed, 30 Nov 2005 22:52:44 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Wed, 30 Nov 2005 22:52:44 +0000
changeset 12276
f16c914b6d58
parent 12275
c9b030c5819c
child 12277
6e45a609022c

[gaim-migrate @ 14580]
sadrul pointed out that this conflicted, he suggested P, I went with U to
match Tools->Plugins, feel free to change it if you think that wasn't a good
choice.

src/gtkplugin.c file | annotate | diff | comparison | revisions
--- a/src/gtkplugin.c	Wed Nov 30 21:28:53 2005 +0000
+++ b/src/gtkplugin.c	Wed Nov 30 22:52:44 2005 +0000
@@ -378,7 +378,7 @@
 						    GTK_DIALOG_NO_SEPARATOR,
 						    NULL);
 	pref_button = gtk_dialog_add_button(GTK_DIALOG(plugin_dialog),
-						_("_Configure Plugin"), GAIM_RESPONSE_CONFIGURE);
+						_("Configure Pl_ugin"), GAIM_RESPONSE_CONFIGURE);
 	gtk_dialog_add_button(GTK_DIALOG(plugin_dialog),
 						GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE);
 	gtk_widget_set_sensitive(pref_button, FALSE);

mercurial