pidgin/gtkblist.c

changeset 22961
bffffe2d39ba
parent 22942
2bf494f8e2a4
child 22996
6b6ab005fa0f
child 23008
49781f4819df
child 23094
c9a6547f17e1
--- 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);
 }

mercurial