[empathy: 4/5] search-bar: shorten labels to just Next & Previous
- From: Jonny Lamb <jonnylamb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 4/5] search-bar: shorten labels to just Next & Previous
- Date: Tue, 23 Aug 2011 08:31:52 +0000 (UTC)
commit 885456479f37aa5aa500361bef33ac3dd746428a
Author: Jonny Lamb <jonnylamb gnome org>
Date: Mon Aug 22 16:51:01 2011 +0100
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>
libempathy-gtk/empathy-search-bar.ui | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-search-bar.ui b/libempathy-gtk/empathy-search-bar.ui
index e041355..cfb8eed 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]