diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2011-10-14 19:25:00 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-15 01:48:35 +0800 |
commit | c47fc4bd98b2090e54ab92f9edaa577238229544 (patch) | |
tree | 2b00393f414dcc56f7a382d2aefc00d45f2de37a | |
parent | 68fc48674fb98a3a8fa5cdb48fd12742558ad494 (diff) | |
download | gsoc2013-empathy-c47fc4bd98b2090e54ab92f9edaa577238229544.tar gsoc2013-empathy-c47fc4bd98b2090e54ab92f9edaa577238229544.tar.gz gsoc2013-empathy-c47fc4bd98b2090e54ab92f9edaa577238229544.tar.bz2 gsoc2013-empathy-c47fc4bd98b2090e54ab92f9edaa577238229544.tar.lz gsoc2013-empathy-c47fc4bd98b2090e54ab92f9edaa577238229544.tar.xz gsoc2013-empathy-c47fc4bd98b2090e54ab92f9edaa577238229544.tar.zst gsoc2013-empathy-c47fc4bd98b2090e54ab92f9edaa577238229544.zip |
Mark a forgotten string for translation.
https://bugzilla.gnome.org/show_bug.cgi?id=661756
-rw-r--r-- | src/empathy-preferences.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui index 67575abaa..46d687901 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -563,7 +563,7 @@ </child> <child> <object class="GtkCheckButton" id="call_echo_cancellation"> - <property name="label">Use _echo cancellation to improve call quality</property> + <property name="label" translatable="yes">Use _echo cancellation to improve call quality</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="use_underline">True</property> |