changeset 22792:dec78ddd46aa

merge of 'a9db18c93f28f014cb3740a20933e2468fb660b7' and 'c8ee8202f366caf4f495343b196b2eef5be5a5b7'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 02 May 2008 17:09:50 +0000
parents 9cbb7c2aba23 (current diff) b4a0f4b32ba5 (diff)
children 6b182ab4bc05
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Fri May 02 17:00:49 2008 +0000
+++ b/pidgin/gtkblist.c	Fri May 02 17:09:50 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);
 }