Mercurial > pidgin
changeset 12276:b3652193d359
[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 <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Wed, 30 Nov 2005 22:52:44 +0000 |
parents | 0d6aeb831975 |
children | 739e3aca067a |
files | src/gtkplugin.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);