diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-08-19 00:30:17 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-08-19 00:34:27 +0800 |
commit | fbec34e1aa516010e9aa037c8203dd2dbe6f1cee (patch) | |
tree | 8ae3aa153df5a88dfcbc5cf943639bff11fcbede /src/empathy-call-window.c | |
parent | 447b48d17a454ccf32ab21f7426cdd28b1399979 (diff) | |
download | gsoc2013-empathy-fbec34e1aa516010e9aa037c8203dd2dbe6f1cee.tar gsoc2013-empathy-fbec34e1aa516010e9aa037c8203dd2dbe6f1cee.tar.gz gsoc2013-empathy-fbec34e1aa516010e9aa037c8203dd2dbe6f1cee.tar.bz2 gsoc2013-empathy-fbec34e1aa516010e9aa037c8203dd2dbe6f1cee.tar.lz gsoc2013-empathy-fbec34e1aa516010e9aa037c8203dd2dbe6f1cee.tar.xz gsoc2013-empathy-fbec34e1aa516010e9aa037c8203dd2dbe6f1cee.tar.zst gsoc2013-empathy-fbec34e1aa516010e9aa037c8203dd2dbe6f1cee.zip |
empathy-call-window: add 2 translators comments (#592052)
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r-- | src/empathy-call-window.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index e8266591e..f7ba24232 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -863,6 +863,8 @@ set_window_title (EmpathyCallWindow *self) EmpathyCallWindowPriv *priv = GET_PRIV (self); gchar *tmp; + /* translators: Call is a noun and %s is the contact name. This string is used + * in the window title */ tmp = g_strdup_printf (_("Call with %s"), empathy_contact_get_name (priv->contact)); gtk_window_set_title (GTK_WINDOW (self), tmp); @@ -932,6 +934,7 @@ empathy_call_window_setup_avatars (EmpathyCallWindow *self, else { g_warning ("call handler doesn't have a contact"); + /* translators: Call is a noun. This string is used in the window title */ gtk_window_set_title (GTK_WINDOW (self), _("Call")); /* Since we can't access the remote contact, we can't get a connection |