changeset 22789:b4a0f4b32ba5

Tweak some strings in the Edit Chat dialog.
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 02 May 2008 16:51:15 +0000
parents 158dedbfd5f1
children dec78ddd46aa
files pidgin/gtkblist.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }