summaryrefslogtreecommitdiff
path: root/svx/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-31 12:39:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-31 20:13:51 +0200
commita39a107af190cac7105b1dafdd7ec088881e8da6 (patch)
tree3718aa9acbd59a6fbf2145abcd7fa88437b8e716 /svx/uiconfig
parent78876b03874915459f7ebe2135ac146ece92aaf4 (diff)
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>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r--svx/uiconfig/ui/findreplacedialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui
index 4b8dfdb1371e..cee932875ea8 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>