pidgin: c8ee8202: Tweak some strings in the Edit Chat dial...

resiak at soc.pidgin.im resiak at soc.pidgin.im
Fri May 2 13:00:44 EDT 2008


-----------------------------------------------------------------
Revision: c8ee8202f366caf4f495343b196b2eef5be5a5b7
Ancestor: d1f9a16512a75998d4cc59426a3fc6cceafa60df
Author: resiak at soc.pidgin.im
Date: 2008-05-02T16:51:15
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c8ee8202f366caf4f495343b196b2eef5be5a5b7

Modified files:
        pidgin/gtkblist.c

ChangeLog: 

Tweak some strings in the Edit Chat dialog.

-------------- next part --------------
============================================================
--- pidgin/gtkblist.c	b07b5de22a6c592c2e2dec6fab936077000434a0
+++ pidgin/gtkblist.c	c1100856c3d80e836fc90c458565683e97cb8cad
@@ -680,8 +680,8 @@ static void chat_components_edit(GtkWidg
 
 	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);
 }


More information about the Commits mailing list