aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2011-08-22 23:51:01 +0800
committerJonny Lamb <jonnylamb@gnome.org>2011-08-22 23:53:54 +0800
commit885456479f37aa5aa500361bef33ac3dd746428a (patch)
tree9f1838d2558b299d02ca67cd99862db77f3abb69
parent6df8cf14b3b25782ce5437ae0e26e0726da1daa2 (diff)
downloadgsoc2013-empathy-885456479f37aa5aa500361bef33ac3dd746428a.tar
gsoc2013-empathy-885456479f37aa5aa500361bef33ac3dd746428a.tar.gz
gsoc2013-empathy-885456479f37aa5aa500361bef33ac3dd746428a.tar.bz2
gsoc2013-empathy-885456479f37aa5aa500361bef33ac3dd746428a.tar.lz
gsoc2013-empathy-885456479f37aa5aa500361bef33ac3dd746428a.tar.xz
gsoc2013-empathy-885456479f37aa5aa500361bef33ac3dd746428a.tar.zst
gsoc2013-empathy-885456479f37aa5aa500361bef33ac3dd746428a.zip
search-bar: shorten labels to just Next & Previous
The verb, "Find", is already present on the left of the entry. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
-rw-r--r--libempathy-gtk/empathy-search-bar.ui9
1 files changed, 6 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-search-bar.ui b/libempathy-gtk/empathy-search-bar.ui
index e041355ac..cfb8eeddd 100644
--- a/libempathy-gtk/empathy-search-bar.ui
+++ b/libempathy-gtk/empathy-search-bar.ui
@@ -36,10 +36,11 @@
</child>
<child>
<object class="GtkToolButton" id="search_previous">
- <property name="label" translatable="yes">Find Previous</property>
+ <property name="label" translatable="yes">_Previous</property>
<property name="visible">True</property>
<property name="is_important">True</property>
<property name="icon_name">gtk-go-back-ltr</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="homogeneous">True</property>
@@ -47,10 +48,11 @@
</child>
<child>
<object class="GtkToolButton" id="search_next">
- <property name="label" translatable="yes">Find Next</property>
+ <property name="label" translatable="yes">_Next</property>
<property name="visible">True</property>
<property name="is_important">True</property>
<property name="icon_name">gtk-go-forward-ltr</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="homogeneous">True</property>
@@ -62,10 +64,11 @@
<property name="is_important">True</property>
<child>
<object class="GtkCheckButton" id="search_match_case">
- <property name="label" translatable="yes">Match case</property>
+ <property name="label" translatable="yes">Mat_ch case</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="draw_indicator">True</property>
+ <property name="use_underline">True</property>
</object>
</child>
</object>