[kate] /: KDE HIG: Fix strings re. case sensitivity

Kevin Funk null at kde.org
Tue Sep 12 07:32:01 UTC 2017


Git commit daa067a61d2acb2c393833e0b7f5285dd6ef1c45 by Kevin Funk.
Committed on 12/09/2017 at 07:31.
Pushed by kfunk into branch 'master'.

KDE HIG: Fix strings re. case sensitivity

Summary: 'case-sensitive' seems to be the correct spelling

Reviewers: dhaumann

Reviewed By: dhaumann

Subscribers: argonel, nalvarez, dhaumann, flherne, kwrite-devel

Differential Revision: https://phabricator.kde.org/D7741

M  +1    -1    addons/search/search.ui
M  +1    -1    doc/katepart/part.docbook

https://commits.kde.org/kate/daa067a61d2acb2c393833e0b7f5285dd6ef1c45

diff --git a/addons/search/search.ui b/addons/search/search.ui
index 04fc5a5e8..a8140d46f 100644
--- a/addons/search/search.ui
+++ b/addons/search/search.ui
@@ -208,7 +208,7 @@
      <item row="1" column="5">
       <widget class="QToolButton" name="matchCase">
        <property name="toolTip">
-        <string>Match Case</string>
+        <string>Match case</string>
        </property>
        <property name="text">
         <string/>
diff --git a/doc/katepart/part.docbook b/doc/katepart/part.docbook
index afb45fe5d..534501615 100644
--- a/doc/katepart/part.docbook
+++ b/doc/katepart/part.docbook
@@ -291,7 +291,7 @@ depends on some of the options described below.</para></listitem>
 </varlistentry>
 
 <varlistentry>
-<term><guilabel>Match case sensitive</guilabel></term>
+<term><guilabel>Match case</guilabel></term>
 <listitem>
 <para>If enabled, the search will be limited to entries that match the
 case (upper or lower) of each of the characters in the search pattern.</para>


More information about the kde-doc-english mailing list