diff options
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |