aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 089fb98b7..b20ded7ed 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -923,7 +923,7 @@ main_window_status_changed_cb (MissionControl *mc,
message = _("Certificate fingerprint mismatch");
break;
case TP_CONNECTION_STATUS_REASON_CERT_SELF_SIGNED:
- message = _("Certificate self signed");
+ message = _("Certificate self-signed");
break;
case TP_CONNECTION_STATUS_REASON_CERT_OTHER_ERROR:
message = _("Certificate error");