pidgin: cd5f7608: Fix an incorrect string. Yes, this brea...

markdoliner at pidgin.im markdoliner at pidgin.im
Sun Jul 19 12:25:36 EDT 2009


-----------------------------------------------------------------
Revision: cd5f760843cb69691c8699a100dfbe87e16e9b68
Ancestor: eb2c23480d0c3da4dbe953ad671ff5b2c25335d5
Author: markdoliner at pidgin.im
Date: 2009-07-19T16:19:45
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/cd5f760843cb69691c8699a100dfbe87e16e9b68

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

ChangeLog: 

Fix an incorrect string.  Yes, this breaks the string freeze.  But the string
is wrong and it doesn't make sense to leave an incorrect string here because
that just allows more time for translators to translate the incorrect string.

-------------- next part --------------
============================================================
--- libpurple/protocols/silc/silc.c	03bdf97b3b824b8103dd2f42e5565adf72913566
+++ libpurple/protocols/silc/silc.c	e3cf2c2a73dda7a0f719883e805da6a454d3e2dc
@@ -535,7 +535,7 @@ static void silcpurple_running(SilcClien
 			return;
 		}
 		purple_connection_error_reason(gc, PURPLE_CONNECTION_ERROR_OTHER_ERROR,
-		                             _("Unable to not load SILC key pair"));
+		                             _("Unable to load SILC key pair"));
 		gc->proto_data = NULL;
 		silc_free(sg);
 		return;


More information about the Commits mailing list