Git commit 5894656057742846b386d8267b30e302de9593c5 by Nate Graham. Committed on 25/01/2021 at 20:52. Pushed by ngraham into branch 'master'.
[kcms/keyboard] simplify a UI string "repeat the key being held" -> "repeat the key". "being held" is implicit and redundant. Requested by VDG. M +1 -1 doc/kcontrol/keyboard/index.docbook M +1 -1 kcms/keyboard/kcmmiscwidget.ui https://invent.kde.org/plasma/plasma-desktop/commit/5894656057742846b386d8267b30e302de9593c5 diff --git a/doc/kcontrol/keyboard/index.docbook b/doc/kcontrol/keyboard/index.docbook index 8a227e392..2c2da4384 100644 --- a/doc/kcontrol/keyboard/index.docbook +++ b/doc/kcontrol/keyboard/index.docbook @@ -80,7 +80,7 @@ started up.</para> </listitem> </varlistentry> <varlistentry> -<term><guilabel>Repeat the key being held</guilabel></term> +<term><guilabel>Repeat the key</guilabel></term> <listitem> <para>When this option is selected, pressing and holding down a key emits the same character repeatedly until the key is released. Pressing diff --git a/kcms/keyboard/kcmmiscwidget.ui b/kcms/keyboard/kcmmiscwidget.ui index 3fbbd8186..17daec0ae 100644 --- a/kcms/keyboard/kcmmiscwidget.ui +++ b/kcms/keyboard/kcmmiscwidget.ui @@ -42,7 +42,7 @@ <item row="0" column="1"> <widget class="QRadioButton" name="repeatRadioButton"> <property name="text"> - <string>&Repeat the key being held</string> + <string>&Repeat the key</string> </property> </widget> </item>
