Resolves: tdf#123825 reassign mnemonic for Diacritic-sensitive
since....
commit beeef93480fae65840646e4e36aa888efe92579a
Date: Tue Mar 8 19:54:57 2016 +0530
the "Search For" label is invisible
so the _S can be safely removed from that and assigned to Diacritic-sensitive
instead, removing the dup _r assignment leaving only Replace using _r
Change-Id: I66b780363d207876354a4cbfd29e9ce8104d467f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101725
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui
index 4b8dfdb..cee9328 100644
--- a/svx/uiconfig/ui/findreplacedialog.ui
+++ b/svx/uiconfig/ui/findreplacedialog.ui
@@ -325,7 +325,7 @@
<child type="label">
<object class="GtkLabel" id="label1">
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="findreplacedialog|label1">_Search For</property>
<property name="label" translatable="yes" context="findreplacedialog|label1">Search For</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -836,7 +836,7 @@
</child>
<child>
<object class="GtkCheckButton" id="includediacritics">
<property name="label" translatable="yes" context="findreplacedialog|includediacritics">Diac_ritic-sensitive</property>
<property name="label" translatable="yes" context="findreplacedialog|includediacritics">Diacritic-_sensitive</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>