From 60a16fe558068be8c43f3b553c1c38a57f63fe43 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 24 Feb 2009 09:43:59 +0000 Subject: Some string comments requested by translators (#572875) svn path=/trunk/; revision=2532 --- src/empathy-call-window.c | 1 + src/empathy-ft-manager.c | 2 ++ 2 files changed, 3 insertions(+) (limited to 'src') 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); diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c index ed2228d16..67ecb32e2 100644 --- a/src/empathy-ft-manager.c +++ b/src/empathy-ft-manager.c @@ -110,8 +110,10 @@ ft_manager_format_interval (gint interval) secs = interval; if (hours > 0) + /* Translators: time left, when it is more than one hour */ return g_strdup_printf (_("%u:%02u.%02u"), hours, mins, secs); else + /* Translators: time left, when is is less than one hour */ return g_strdup_printf (_("%02u.%02u"), mins, secs); } -- cgit v1.2.3