diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-27 19:33:20 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-27 19:41:45 +0800 |
commit | 973ebccf5c1ba3664677a8c5d1bdfe52009f82be (patch) | |
tree | 874f3a040cf45f5c49f31236186d057c44a00a56 /libempathy-gtk/empathy-log-window.ui | |
parent | ed67c7eca44a3d9891197aa02a14410e66227a1d (diff) | |
download | gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.gz gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.bz2 gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.lz gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.xz gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.zst gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.zip |
Bug 628064 — Miscellaneous string fixes
Diffstat (limited to 'libempathy-gtk/empathy-log-window.ui')
-rw-r--r-- | libempathy-gtk/empathy-log-window.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui index 3220c18f4..5ce930095 100644 --- a/libempathy-gtk/empathy-log-window.ui +++ b/libempathy-gtk/empathy-log-window.ui @@ -123,7 +123,7 @@ </child> <child> <object class="GtkButton" id="button_next"> - <property name="label" translatable="yes">Find next</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> @@ -140,7 +140,7 @@ </child> <child> <object class="GtkButton" id="button_previous"> - <property name="label" translatable="yes">Find previous</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> |