[Libreoffice-commits] core.git: sfx2/uiconfig
Ayhan Yalçınsoy (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 8 07:35:15 UTC 2020
sfx2/uiconfig/ui/addtargetdialog.ui | 4 ++--
sfx2/uiconfig/ui/autoredactdialog.ui | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 4bc6cc1416db4eb206cfec5016513778e55b305c
Author: Ayhan Yalçınsoy <ayhanyalcinsoy at pisilinux.org>
AuthorDate: Mon Jun 29 23:37:23 2020 +0300
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Wed Jul 8 09:34:34 2020 +0200
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 at documentfoundation.org>
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>
More information about the Libreoffice-commits
mailing list