changeset 21322:93e9e022a470

May as well use an existing string as the title for the error notification.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 11 Nov 2007 16:51:19 +0000
parents 12d6b551fb6a
children 48c6c89a8158
files libpurple/protocols/gg/gg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 	}