tdf#131369: Use 'Match case' instead of 'Case Sensitive'
Change-Id: Ibb6e99f80e8c5e76ad6f23428256145bb3f8c20c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97460
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
diff --git a/sfx2/uiconfig/ui/addtargetdialog.ui b/sfx2/uiconfig/ui/addtargetdialog.ui
index cac3b7a..962117b 100644
--- a/sfx2/uiconfig/ui/addtargetdialog.ui
+++ b/sfx2/uiconfig/ui/addtargetdialog.ui
@@ -228,7 +228,7 @@
<property name="spacing">12</property>
<child>
<object class="GtkCheckButton" id="checkboxCaseSensitive">
<property name="label" translatable="yes" context="addtargetdialog|checkboxCaseSensitive">Case Sensitive</property>
<property name="label" translatable="yes" context="addtargetdialog|checkboxCaseSensitive">Match case</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -243,7 +243,7 @@
</child>
<child>
<object class="GtkCheckButton" id="checkboxWholeWords">
<property name="label" translatable="yes" context="addtargetdialog|checkboxWholeWords">Whole Words Only</property>
<property name="label" translatable="yes" context="addtargetdialog|checkboxWholeWords">Whole words only</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/sfx2/uiconfig/ui/autoredactdialog.ui b/sfx2/uiconfig/ui/autoredactdialog.ui
index e6602d5..4aa6fc6 100644
--- a/sfx2/uiconfig/ui/autoredactdialog.ui
+++ b/sfx2/uiconfig/ui/autoredactdialog.ui
@@ -158,7 +158,7 @@
<object class="GtkTreeViewColumn" id="treeviewcolumn3">
<property name="resizable">True</property>
<property name="spacing">6</property>
<property name="title" translatable="yes" context="autoredactdialog|target">Case Sensitive</property>
<property name="title" translatable="yes" context="autoredactdialog|target">Match case</property>
<child>
<object class="GtkCellRendererText" id="cellrenderer3"/>
<attributes>
@@ -171,7 +171,7 @@
<object class="GtkTreeViewColumn" id="treeviewcolumn4">
<property name="resizable">True</property>
<property name="spacing">6</property>
<property name="title" translatable="yes" context="autoredactdialog|target">Whole Words</property>
<property name="title" translatable="yes" context="autoredactdialog|target">Whole words</property>
<child>
<object class="GtkCellRendererText" id="cellrenderer4"/>
<attributes>