# HG changeset patch # User Mark Doliner # Date 1246859066 0 # Node ID 714f9352e844f43469add815d3e2a2752ea99dd5 # Parent 70e64287f790f45e0d46b96cfce4289a2dabaf6c Change these two strings to match another one. total_number_of_strings-- diff -r 70e64287f790 -r 714f9352e844 libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Mon Jul 06 05:37:06 2009 +0000 +++ b/libpurple/protocols/oscar/oscar.c Mon Jul 06 05:44:26 2009 +0000 @@ -1717,7 +1717,7 @@ if (source < 0) { GHashTable *ui_info = purple_core_get_ui_info(); buf = g_strdup_printf(_("You may be disconnected shortly. " - "Check %s for updates."), + "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."), @@ -1819,7 +1819,7 @@ g_free(pos); g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. " - "Check %s for updates."), + "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 login hash."),