diff options
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r-- | src/empathy-call-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index de19b69a4..4a7d9f2f2 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1830,7 +1830,7 @@ media_stream_error_to_txt (EmpathyCallWindow *self, "product=Telepathy&component=%s", cm); result = g_strdup_printf ( - _("Something not expected happened in a Telepathy component. " + _("Something unexpected happened in a Telepathy component. " "Please <a href=\"%s\">report this bug</a> and attach " "logs gathered from the 'Debug' window in the Help menu."), url); |