aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-27 19:33:20 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-27 19:41:45 +0800
commit973ebccf5c1ba3664677a8c5d1bdfe52009f82be (patch)
tree874f3a040cf45f5c49f31236186d057c44a00a56 /libempathy
parented67c7eca44a3d9891197aa02a14410e66227a1d (diff)
downloadgsoc2013-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.c4
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;
}