diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-04 19:15:08 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-04 19:15:08 +0800 |
commit | edde6162b4294a97bac8b09dc88ea806b2330a53 (patch) | |
tree | 6d9f39c38d4a8a0d13c88df978cd8599401db8e6 /src/empathy-call-window.c | |
parent | 3c90620d3ccfc7a87cc23f1a6f8a391a3424f563 (diff) | |
download | gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar.gz gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar.bz2 gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar.lz gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar.xz gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar.zst gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.zip |
Fix translators complains about ambigous strings. Fixes bug #546154.
svn path=/trunk/; revision=1291
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r-- | src/empathy-call-window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 441d698b4..0de46265b 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -376,6 +376,8 @@ call_window_update (EmpathyCallWindow *window) if (window->status == EMPATHY_TP_CALL_STATUS_READYING) { gtk_window_set_title (GTK_WINDOW (window->window), _("Empathy Call")); + /* To translators: Readying is the first state of the call, it is + * preparing the connection and it does not yet ring. */ gtk_label_set_text (GTK_LABEL (window->status_label), _("Readying")); gtk_widget_set_sensitive (window->video_button, FALSE); gtk_widget_set_sensitive (window->output_volume_button, FALSE); |