mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
kcms/mobileshell: Use better wording
Use better wording for the description of "double tap to wakeup" and "auto hide panels" settings.
This commit is contained in:
parent
929cde56db
commit
2871d486ae
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ KCM.SimpleKCM {
|
||||||
FormCard.FormSwitchDelegate {
|
FormCard.FormSwitchDelegate {
|
||||||
id: autoHidePanels
|
id: autoHidePanels
|
||||||
text: i18n("Auto Hide Panels")
|
text: i18n("Auto Hide Panels")
|
||||||
description: i18n("When active, status and navigation panels will auto hide, allowing applications to fill the entire screen space.")
|
description: i18n("Auto-hide the status and navigation panels to allow applications to always be in fullscreen.")
|
||||||
checked: ShellSettings.Settings.autoHidePanelsEnabled
|
checked: ShellSettings.Settings.autoHidePanelsEnabled
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
if (checked != ShellSettings.Settings.autoHidePanelsEnabled) {
|
if (checked != ShellSettings.Settings.autoHidePanelsEnabled) {
|
||||||
|
|
@ -67,7 +67,7 @@ KCM.SimpleKCM {
|
||||||
FormCard.FormSwitchDelegate {
|
FormCard.FormSwitchDelegate {
|
||||||
id: doubleTapWakeup
|
id: doubleTapWakeup
|
||||||
text: i18n("Double Tap to Wakeup")
|
text: i18n("Double Tap to Wakeup")
|
||||||
description: i18n("When active, it allow to wakeup the device just with double tap when the screen is off.")
|
description: i18n("When the screen is off, double tap to wakeup the device.")
|
||||||
checked: ShellSettings.KWinSettings.doubleTapWakeup
|
checked: ShellSettings.KWinSettings.doubleTapWakeup
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
if (checked != ShellSettings.KWinSettings.doubleTapWakeup) {
|
if (checked != ShellSettings.KWinSettings.doubleTapWakeup) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue