[utilities/kate/steinmetzger-master-patch-87945] /: changed a string from plural to singular

Frank Steinmetzger null at kde.org
Tue Apr 26 21:00:07 BST 2022


Git commit 70535b267a15e507ffbc92a037f4cf900d4bd29d by Frank Steinmetzger.
Committed on 26/04/2022 at 20:00.
Pushed by steinmetzger into branch 'steinmetzger-master-patch-87945'.

changed a string from plural to singular

The number [of tabs] is large, not the tabs themselves.

M  +1    -1    apps/lib/kateconfigdialog.cpp
M  +1    -1    doc/kate/configuring.docbook

https://invent.kde.org/utilities/kate/commit/70535b267a15e507ffbc92a037f4cf900d4bd29d

diff --git a/apps/lib/kateconfigdialog.cpp b/apps/lib/kateconfigdialog.cpp
index f304bf0d5..8245dc992 100644
--- a/apps/lib/kateconfigdialog.cpp
+++ b/apps/lib/kateconfigdialog.cpp
@@ -192,7 +192,7 @@ void KateConfigDialog::addBehaviorPage()
 
     m_tabsScrollable = new QCheckBox(i18n("Allow tab scrolling"), this);
     m_tabsScrollable->setChecked(cgGeneral.readEntry("Allow Tab Scrolling", true));
-    m_tabsScrollable->setToolTip(i18n("When checked this will allow scrolling in tab bar when number of tabs are large."));
+    m_tabsScrollable->setToolTip(i18n("When checked this will allow scrolling in tab bar when number of tabs is large."));
     connect(m_tabsScrollable, &QCheckBox::toggled, this, &KateConfigDialog::slotChanged);
     vbox->addWidget(m_tabsScrollable);
 
diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook
index 7234b7903..85ebc7eb0 100644
--- a/doc/kate/configuring.docbook
+++ b/doc/kate/configuring.docbook
@@ -187,7 +187,7 @@ when that file's view receives focus.</para>
 <varlistentry>
 <term><anchor id="config-general-tab-scrolling"/>
 <guilabel>Allow tab scrolling</guilabel></term>
-<listitem><para>When checked this will allow scrolling in tab bar when number of tabs are large.</para></listitem>
+<listitem><para>When checked this will allow scrolling in tab bar when number of tabs is large.</para></listitem>
 </varlistentry>
 
 <varlistentry>


More information about the kde-doc-english mailing list