May as well use an existing string as the title for the error notification.

Sun, 11 Nov 2007 16:51:19 +0000

author
Will Thompson <resiak@pidgin.im>
date
Sun, 11 Nov 2007 16:51:19 +0000
changeset 21497
8187406f2043
parent 21496
32972bf7cd4e
child 21498
580e3f26ad69

May as well use an existing string as the title for the error notification.

libpurple/protocols/gg/gg.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/gg/gg.c	Sun Nov 11 16:50:24 2007 +0000
+++ b/libpurple/protocols/gg/gg.c	Sun Nov 11 16:51:19 2007 +0000
@@ -277,7 +277,7 @@
 		gchar *primary = g_strdup_printf(
 			_("Couldn't write buddy list for %s to %s"),
 			purple_account_get_username(account), filename);
-		purple_notify_error(account, _("Couldn't save buddy list"),
+		purple_notify_error(account, _("Save Buddylist..."),
 			primary, NULL);
 		g_free(primary);
 	}

mercurial