[kde-doc-english] [plasma-desktop] /: Fix terminology in configuration labels (KDE → Plasma).

Elias Probst mail at eliasprobst.eu
Sat Nov 8 15:15:12 UTC 2014


Git commit fb9452b3e46e22f5d4e76375dd046e45c6a58d3f by Elias Probst.
Committed on 08/11/2014 at 15:15.
Pushed by eliasp into branch 'master'.

Fix terminology in configuration labels (KDE → Plasma).

M  +1    -1    doc/kcontrol/kcmaccess/index.docbook
M  +2    -2    kcms/access/kcmaccess.cpp

http://commits.kde.org/plasma-desktop/fb9452b3e46e22f5d4e76375dd046e45c6a58d3f

diff --git a/doc/kcontrol/kcmaccess/index.docbook b/doc/kcontrol/kcmaccess/index.docbook
index 27d5188..4dd1382 100644
--- a/doc/kcontrol/kcmaccess/index.docbook
+++ b/doc/kcontrol/kcmaccess/index.docbook
@@ -162,7 +162,7 @@ de-select the &Shift; key, press it again.
 <listitem><para></para></listitem>
 </varlistentry>
 <varlistentry>
-<term><guilabel>Use KDE's system notification mechanism whenever a modifier or locking key 
+<term><guilabel>Use Plasma's system notification mechanism whenever a modifier or locking key 
 changes its state</guilabel></term>
 <listitem><para>Click the <guibutton>Configure Notifications...</guibutton> button to open a dialog 
 which allows you to edit the notifications for status changes of all keys</para></listitem>
diff --git a/kcms/access/kcmaccess.cpp b/kcms/access/kcmaccess.cpp
index cfc4aef..5ad77e3 100644
--- a/kcms/access/kcmaccess.cpp
+++ b/kcms/access/kcmaccess.cpp
@@ -341,7 +341,7 @@ KAccessConfig::KAccessConfig(QWidget *parent, const QVariantList& args)
   toggleKeysBeep = new QCheckBox(i18n("Use system bell whenever a locking key gets activated or deactivated"), grp);
   vvbox->addWidget(toggleKeysBeep);
 
-  kNotifyModifiers = new QCheckBox(i18n("Use KDE's system notification mechanism whenever a modifier or locking key changes its state"), grp);
+  kNotifyModifiers = new QCheckBox(i18n("Use Plasma's system notification mechanism whenever a modifier or locking key changes its state"), grp);
   vvbox->addWidget(kNotifyModifiers);
 
   hbox = new QHBoxLayout();
@@ -508,7 +508,7 @@ KAccessConfig::KAccessConfig(QWidget *parent, const QVariantList& args)
   vvbox->addWidget(gestureConfirmation);
   gestureConfirmation->setWhatsThis( i18n("If this option is checked, KDE will show a confirmation dialog whenever a keyboard accessibility feature is turned on or off.\nEnsure you know what you are doing if you uncheck it, as the keyboard accessibility settings will then always be applied without confirmation.") );
 
-  kNotifyAccessX = new QCheckBox(i18n("Use KDE's system notification mechanism whenever a keyboard accessibility feature is turned on or off"), grp);
+  kNotifyAccessX = new QCheckBox(i18n("Use Plasma's system notification mechanism whenever a keyboard accessibility feature is turned on or off"), grp);
   vvbox->addWidget(kNotifyAccessX);
 
   hbox = new QHBoxLayout();


More information about the kde-doc-english mailing list