diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2016-08-11 19:32:30 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-08-12 20:20:22 +0000 |
commit | e6c3625add4a730fa36d4552be5e836153e3385b (patch) | |
tree | 3cbe9067e369808f8de7b54212f473a9c8265490 /svx/uiconfig | |
parent | 9d06ed4aff19bf16afb9ac448899187724766b88 (diff) |
related tdf#101343 improve accelerators in Find & Replace dialog
added missing accelerators for "Formatted display", "All sheets", "Find previous"
resolved ambiguous accelerator for "Find"/"Find next"
Change-Id: I732c311e4db705afff0d4bc69e6efa086eddad3a
Reviewed-on: https://gerrit.libreoffice.org/28060
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog.ui | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index ca5ac0cbc0c1..a32bdbef7097 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -196,7 +196,7 @@ </child> <child> <object class="GtkCheckButton" id="searchformatted"> - <property name="label" translatable="yes">Formatted display</property> + <property name="label" translatable="yes">For_matted display</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -251,7 +251,7 @@ </child> <child> <object class="GtkCheckButton" id="allsheets"> - <property name="label" translatable="yes">All sheets</property> + <property name="label" translatable="yes">All _sheets</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> @@ -436,7 +436,7 @@ </child> <child> <object class="GtkButton" id="backsearch"> - <property name="label" translatable="yes">Find Previous</property> + <property name="label" translatable="yes">Find Pre_vious</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -450,7 +450,7 @@ </child> <child> <object class="GtkButton" id="search"> - <property name="label" translatable="yes">_Find Next</property> + <property name="label" translatable="yes">Find Ne_xt</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> @@ -646,7 +646,7 @@ </child> <child> <object class="GtkCheckButton" id="regexp"> - <property name="label" translatable="yes">Regular e_xpressions</property> + <property name="label" translatable="yes">Re_gular expressions</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> @@ -668,7 +668,7 @@ <property name="layout_style">spread</property> <child> <object class="GtkButton" id="attributes"> - <property name="label" translatable="yes">Attri_butes...</property> + <property name="label" translatable="yes">Attribut_es...</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="no_show_all">True</property> @@ -747,7 +747,7 @@ </child> <child> <object class="GtkCheckButton" id="ignorekashida"> - <property name="label" translatable="yes">Ig_nore kashida CTL</property> + <property name="label" translatable="yes">Ignore _kashida CTL</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -825,7 +825,7 @@ <property name="spacing">12</property> <child> <object class="GtkCheckButton" id="soundslike"> - <property name="label" translatable="yes">_Sounds like (Japanese)</property> + <property name="label" translatable="yes">Sounds like (_Japanese)</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> @@ -906,7 +906,7 @@ </child> <child> <object class="GtkCheckButton" id="replace_backwards"> - <property name="label" translatable="yes">Replace Bac_kwards</property> + <property name="label" translatable="yes">Replace _backwards</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> @@ -1021,7 +1021,7 @@ </child> <child> <object class="GtkRadioButton" id="cols"> - <property name="label" translatable="yes">Colu_mns</property> + <property name="label" translatable="yes">Colum_ns</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> |