changeset 27459:714f9352e844

Change these two strings to match another one. total_number_of_strings--
author Mark Doliner <mark@kingant.net>
date Mon, 06 Jul 2009 05:44:26 +0000
parents 70e64287f790
children 6275df9d2d62
files libpurple/protocols/oscar/oscar.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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."),