diff options
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r-- | src/empathy-call-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 2d7b8dd43..333b1257c 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -569,6 +569,7 @@ empathy_call_window_src_added_cb (EmpathyCallHandler *handler, g_object_unref (call); + /* Translators: number of minutes:seconds the caller has been connected */ str = g_strdup_printf (_("Connected -- %d:%02dm"), 0, 0); empathy_call_window_status_message (self, str); g_free (str); |