--- a/pidgin/gtkblist.c Fri May 02 16:07:12 2008 +0000 +++ b/pidgin/gtkblist.c Fri May 02 16:51:15 2008 +0000 @@ -680,8 +680,8 @@ g_list_free(parts); - purple_request_fields(NULL, _("Edit Chat"), NULL, _("Please Update the necessary fields."), - fields, _("Edit"), G_CALLBACK(chat_components_edit_ok), _("Cancel"), NULL, + purple_request_fields(NULL, _("Edit Chat"), NULL, _("Please update the necessary fields."), + fields, _("Save"), G_CALLBACK(chat_components_edit_ok), _("Cancel"), NULL, NULL, NULL, NULL, chat); }