diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-27 19:33:20 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-27 19:41:45 +0800 |
commit | 973ebccf5c1ba3664677a8c5d1bdfe52009f82be (patch) | |
tree | 874f3a040cf45f5c49f31236186d057c44a00a56 /libempathy | |
parent | ed67c7eca44a3d9891197aa02a14410e66227a1d (diff) | |
download | gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.gz gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.bz2 gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.lz gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.xz gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.zst gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.zip |
Bug 628064 — Miscellaneous string fixes
Diffstat (limited to 'libempathy')
-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; } |