diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-09 15:49:54 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-09 15:49:54 +0800 |
commit | e47c8cc7d48426f4c5104540f4d34658cc2092b1 (patch) | |
tree | 939aef7a361f8d7ca18bd97ea9faf07793a20101 | |
parent | 3e97317d56f9ae49a8424c679fc6e489483da8d1 (diff) | |
download | gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar.gz gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar.bz2 gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar.lz gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar.xz gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar.zst gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.zip |
tls-dialog: fix typo in a string (#629134)
-rw-r--r-- | libempathy-gtk/empathy-tls-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c index 5e37532bf..39d02ff65 100644 --- a/libempathy-gtk/empathy-tls-dialog.c +++ b/libempathy-gtk/empathy-tls-dialog.c @@ -153,7 +153,7 @@ reason_to_string (EmpathyTLSDialog *self) switch (reason) { case EMP_TLS_CERTIFICATE_REJECT_REASON_UNTRUSTED: - reason_str = _("The certrificate is not signed by a Certification " + reason_str = _("The certificate is not signed by a Certification " "Authority"); break; case EMP_TLS_CERTIFICATE_REJECT_REASON_EXPIRED: |