Wed, 30 Nov 2005 22:52:44 +0000
[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);