# HG changeset patch # User Etan Reisner # Date 1133391164 0 # Node ID b3652193d35921c2ada8bfd4f602ac557ffc75c0 # Parent 0d6aeb8319753c9a777f3e26a444172f25686ac9 [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. committer: Tailor Script diff -r 0d6aeb831975 -r b3652193d359 src/gtkplugin.c --- 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);