# HG changeset patch # User Will Thompson # Date 1194799879 0 # Node ID 93e9e022a470a581c311b943d92b5504ed7d8a11 # Parent 12d6b551fb6a24491db6e1e89577135be19f9b72 May as well use an existing string as the title for the error notification. diff -r 12d6b551fb6a -r 93e9e022a470 libpurple/protocols/gg/gg.c --- 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); }