From 973ebccf5c1ba3664677a8c5d1bdfe52009f82be Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 27 Aug 2010 12:33:20 +0100 Subject: =?UTF-8?q?Bug=20628064=20=E2=80=94=20Miscellaneous=20string=20fix?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libempathy/empathy-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-utils.c') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 579870f80..0ee1bbcc0 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -374,8 +374,8 @@ create_errors_to_message_hash (void) "cryptographically weak")); g_hash_table_insert (errors, TP_ERROR_STR_CERT_LIMIT_EXCEEDED, _("The length of the server certificate, or the depth of the " - "server certificate chain exceed the limits imposed by the " - "crypto library")); + "server certificate chain, exceed the limits imposed by the " + "cryptography library")); return errors; } -- cgit v1.2.3