diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-11-04 00:10:08 +0400 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-11-04 06:40:19 +0000 |
commit | 0de97f5c6f66cf6690fa394e48a0b26b4c69166d (patch) | |
tree | 527c1fd6525747e1fbde38e6572311242d1a3a9f | |
parent | 1968b5aef456698b2be772cd2d40dece701639b1 (diff) |
fdo#80918 - 'Find' should be 'Find Next' in the 'Find & Replace' dialog
Change-Id: I120525ee4a09e0ed091e44c37fb653f4b8c768e5
Reviewed-on: https://gerrit.libreoffice.org/12230
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index 20043fc9ee93..90b0a66681d7 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -90,7 +90,7 @@ <property name="column_spacing">12</property> <child> <object class="GtkButton" id="search"> - <property name="label" translatable="yes">_Find</property> + <property name="label" translatable="yes">_Find Next</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> |