pidgin: 8e1b5fe8: Change these two strings to match anothe...

markdoliner at pidgin.im markdoliner at pidgin.im
Mon Jul 6 05:16:02 EDT 2009


-----------------------------------------------------------------
Revision: 8e1b5fe8dd35012614e80e29485565f61b6e8dfe
Ancestor: 604a08e51ae1e1fb1b3ffd4c82446c148029c700
Author: markdoliner at pidgin.im
Date: 2009-07-06T05:44:26
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/8e1b5fe8dd35012614e80e29485565f61b6e8dfe

Modified files:
        libpurple/protocols/oscar/oscar.c

ChangeLog: 

Change these two strings to match another one.  total_number_of_strings--

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	e11e875546106d01efbd959e5d1d89b8398c11db
+++ libpurple/protocols/oscar/oscar.c	151efda98cd8a90efb6055e76cfff03ea0de4c8b
@@ -1717,7 +1717,7 @@ straight_to_hell(gpointer data, gint sou
 	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 @@ static int purple_memrequest(OscarData *
 		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."),


More information about the Commits mailing list