aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-16 16:29:54 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-16 16:40:34 +0800
commitdc3a07f523c0d903d62cc9d871095605d35a99fe (patch)
treecb8082ce0fd95fb5870fa571dc396010b1a7dbf1 /libempathy-gtk
parent1006c7a80aa4010a73ac4cef2213b5d32ab33e9a (diff)
downloadgsoc2013-empathy-dc3a07f523c0d903d62cc9d871095605d35a99fe.tar
gsoc2013-empathy-dc3a07f523c0d903d62cc9d871095605d35a99fe.tar.gz
gsoc2013-empathy-dc3a07f523c0d903d62cc9d871095605d35a99fe.tar.bz2
gsoc2013-empathy-dc3a07f523c0d903d62cc9d871095605d35a99fe.tar.lz
gsoc2013-empathy-dc3a07f523c0d903d62cc9d871095605d35a99fe.tar.xz
gsoc2013-empathy-dc3a07f523c0d903d62cc9d871095605d35a99fe.tar.zst
gsoc2013-empathy-dc3a07f523c0d903d62cc9d871095605d35a99fe.zip
log-viewer: rename labels of the Back and Previous buttons
"Find previous" and "Find next" is what we are already using in the chat view (#626994).
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-log-window.ui16
1 files changed, 12 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui
index 7ff9b5ec2..3220c18f4 100644
--- a/libempathy-gtk/empathy-log-window.ui
+++ b/libempathy-gtk/empathy-log-window.ui
@@ -123,12 +123,12 @@
</child>
<child>
<object class="GtkButton" id="button_next">
- <property name="label">gtk-go-forward</property>
+ <property name="label" translatable="yes">Find next</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="use_stock">True</property>
+ <property name="image">image1</property>
<property name="focus_on_click">False</property>
</object>
<packing>
@@ -140,12 +140,12 @@
</child>
<child>
<object class="GtkButton" id="button_previous">
- <property name="label">gtk-go-back</property>
+ <property name="label" translatable="yes">Find previous</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="use_stock">True</property>
+ <property name="image">image2</property>
<property name="focus_on_click">False</property>
</object>
<packing>
@@ -315,4 +315,12 @@
</object>
</child>
</object>
+ <object class="GtkImage" id="image1">
+ <property name="visible">True</property>
+ <property name="stock">gtk-go-forward</property>
+ </object>
+ <object class="GtkImage" id="image2">
+ <property name="visible">True</property>
+ <property name="stock">gtk-go-back</property>
+ </object>
</interface>