Git commit 7a251c605761e344c55146aaef9f7bd55915a499 by Luigi Toscano. Committed on 18/03/2016 at 01:15. Pushed by ltoscano into branch 'master'.
Fix KDE -> Plasma in keyboard kcm strings REVIEW: 127417 M +8 -7 doc/kcontrol/keyboard/index.docbook M +2 -2 kcms/keyboard/kcmmiscwidget.ui http://commits.kde.org/plasma-desktop/7a251c605761e344c55146aaef9f7bd55915a499 diff --git a/doc/kcontrol/keyboard/index.docbook b/doc/kcontrol/keyboard/index.docbook index 813dab4..edd0bf2 100644 --- a/doc/kcontrol/keyboard/index.docbook +++ b/doc/kcontrol/keyboard/index.docbook @@ -15,11 +15,12 @@ <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> -<date>2015-04-09</date> -<releaseinfo>Plasma 5.3</releaseinfo> +<date>2016-03-18</date> +<releaseinfo>Plasma 5.7</releaseinfo> <keywordset> <keyword>KDE</keyword> +<keyword>Plasma</keyword> <keyword>System Settings</keyword> <keyword>keyboard</keyword> </keywordset> @@ -33,7 +34,7 @@ <title>The Hardware tab</title> <para>The actual effect of setting these options depends upon the features provided by your keyboard hardware and the X server on which -&kde; is running. As an example, you may find that changing the key +&plasma; is running. As an example, you may find that changing the key click volume has no effect because that feature is not available on your system. </para> @@ -52,11 +53,11 @@ probably what you want if you do not know what kind of keyboard you have. </varlistentry> <varlistentry> -<term><guilabel>NumLock on KDE Startup</guilabel></term> +<term><guilabel>NumLock on Plasma Startup</guilabel></term> <listitem> <para>You can choose to either always <guilabel>Turn on</guilabel> or -<guilabel>Turn off</guilabel> the NumLock when &kde; starts, or you can -choose to have &kde; leave NumLock at whatever it was set to before &kde; +<guilabel>Turn off</guilabel> the NumLock when &plasma; starts, or you can +choose to have &plasma; leave NumLock at whatever it was set to before &plasma; started up.</para> </listitem> </varlistentry> @@ -137,7 +138,7 @@ layouts which is handled by X.org. <guilabel>3rd level shortcuts</guilabel> is a shortcut for switching to a third level of the active layout (if it has one) which is handled by X.org. It allows modifier-only shortcuts. <guilabel>Alternative shortcut</guilabel> is a shortcut for switching layouts -which is handled by &kde;. It does not support modifier-only shortcuts and also +which is handled by &plasma;. It does not support modifier-only shortcuts and also may not work in some situations (⪚ if popup is active or from screensaver). </para> </listitem> diff --git a/kcms/keyboard/kcmmiscwidget.ui b/kcms/keyboard/kcmmiscwidget.ui index 3603b96..2349000 100644 --- a/kcms/keyboard/kcmmiscwidget.ui +++ b/kcms/keyboard/kcmmiscwidget.ui @@ -14,10 +14,10 @@ <item row="0" column="0"> <widget class="QGroupBox" name="numlockGroupBox"> <property name="whatsThis"> - <string>If supported, this option allows you to setup the state of NumLock after KDE startup.<p>You can configure NumLock to be turned on or off, or configure KDE not to set NumLock state.</string> + <string>If supported, this option allows you to setup the state of NumLock after Plasma startup.<p>You can configure NumLock to be turned on or off, or configure Plasma not to set NumLock state.</string> </property> <property name="title"> - <string>NumLock on KDE Startup</string> + <string>NumLock on Plasma Startup</string> </property> <layout class="QGridLayout" name="gridLayout_7"> <item row="0" column="0"> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
