diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2010-09-23 19:03:13 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-24 15:49:44 +0800 |
commit | 2f30803a90b064ae9657e4ce0c6c3dccc7685606 (patch) | |
tree | 4eb17e26da9e4228dc49e4396f2d5100e8753269 | |
parent | 56cd3b2912c49e1510ef350b2daae38bfa8bf0ba (diff) | |
download | gsoc2013-empathy-2f30803a90b064ae9657e4ce0c6c3dccc7685606.tar gsoc2013-empathy-2f30803a90b064ae9657e4ce0c6c3dccc7685606.tar.gz gsoc2013-empathy-2f30803a90b064ae9657e4ce0c6c3dccc7685606.tar.bz2 gsoc2013-empathy-2f30803a90b064ae9657e4ce0c6c3dccc7685606.tar.lz gsoc2013-empathy-2f30803a90b064ae9657e4ce0c6c3dccc7685606.tar.xz gsoc2013-empathy-2f30803a90b064ae9657e4ce0c6c3dccc7685606.tar.zst gsoc2013-empathy-2f30803a90b064ae9657e4ce0c6c3dccc7685606.zip |
Mark button texts for translation, also make them HIG-compatible
-rw-r--r-- | libempathy-gtk/empathy-search-bar.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-search-bar.ui b/libempathy-gtk/empathy-search-bar.ui index c88d2a0e4..b07bda3f2 100644 --- a/libempathy-gtk/empathy-search-bar.ui +++ b/libempathy-gtk/empathy-search-bar.ui @@ -41,7 +41,7 @@ </child> <child> <object class="GtkButton" id="search_previous"> - <property name="label">Find previous</property> + <property name="label" translatable="yes">Find Previous</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -54,7 +54,7 @@ </child> <child> <object class="GtkButton" id="search_next"> - <property name="label">Find next</property> + <property name="label" translatable="yes">Find Next</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |