Mercurial > pidgin
changeset 27619:f2c8dd7d4deb
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.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 19 Jul 2009 16:19:45 +0000 |
parents | f106aafc883b |
children | c800bdb5ebbc |
files | libpurple/protocols/silc/silc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/silc/silc.c Sun Jul 19 12:05:32 2009 +0000 +++ b/libpurple/protocols/silc/silc.c Sun Jul 19 16:19:45 2009 +0000 @@ -535,7 +535,7 @@ 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;