Mercurial > pidgin.yaz
changeset 24847:5a435e953bc6
Don't mention TOC in this error message. I think this error is too
technical and is ripe for improvement, but I couldn't come up with
anything better.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 29 Dec 2008 03:49:33 +0000 |
parents | 689cfb82242e |
children | 88b963749fea |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Sun Dec 28 00:39:39 2008 +0000 +++ b/libpurple/protocols/oscar/oscar.c Mon Dec 29 03:49:33 2008 +0000 @@ -1653,10 +1653,10 @@ } if (in != '\n') { char buf[256]; - GHashTable *ui_info = purple_core_get_ui_info(); - g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. You may want to use TOC until " - "this is fixed. Check %s for updates."), - ((ui_info && g_hash_table_lookup(ui_info, "website")) ? (char *)g_hash_table_lookup(ui_info, "website") : PURPLE_WEBSITE)); + GHashTable *ui_info = purple_core_get_ui_info(); + g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. " + "If so, check %s for updates."), + ((ui_info && g_hash_table_lookup(ui_info, "website")) ? (char *)g_hash_table_lookup(ui_info, "website") : PURPLE_WEBSITE)); purple_notify_warning(pos->gc, NULL, _("Unable to get a valid AIM login hash."), buf);