summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAyhan Yalçınsoy <ayhanyalcinsoy@pisilinux.org>2020-06-29 23:37:23 +0300
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-07-08 09:34:34 +0200
commit4bc6cc1416db4eb206cfec5016513778e55b305c (patch)
tree9f472b10f7b115729b6bc66a2ad97fef21abd92f /sfx2
parent3769d01791e54be0fbfc6d706596283213700ad0 (diff)
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>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/uiconfig/ui/addtargetdialog.ui4
-rw-r--r--sfx2/uiconfig/ui/autoredactdialog.ui4
2 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/uiconfig/ui/addtargetdialog.ui b/sfx2/uiconfig/ui/addtargetdialog.ui
index cac3b7a42f75..962117b906c8 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 e6602d51c40f..4aa6fc6975ec 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>