[empathy] tls-dialog: fix typo in a string (#629134)
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] tls-dialog: fix typo in a string (#629134)
- Date: Thu, 9 Sep 2010 07:50:03 +0000 (UTC)
commit e47c8cc7d48426f4c5104540f4d34658cc2092b1
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Sep 9 09:49:54 2010 +0200
tls-dialog: fix typo in a string (#629134)
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 5e37532..39d02ff 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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]