From fda1f514a73b5b86eb0a77b10d71efd816adbd4f Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Fri, 10 Apr 2020 12:42:10 +0300 Subject: [PATCH] update texts in behavior config page --- .../package/contents/configuration/pages/BehaviorConfig.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/package/contents/configuration/pages/BehaviorConfig.qml b/shell/package/contents/configuration/pages/BehaviorConfig.qml index 6b4d2d0c6..1cb029979 100644 --- a/shell/package/contents/configuration/pages/BehaviorConfig.qml +++ b/shell/package/contents/configuration/pages/BehaviorConfig.qml @@ -701,9 +701,9 @@ PlasmaComponents.Page { LatteComponents.CheckBox { id: mouseWheelChk Layout.maximumWidth: dialog.optionsWidth - text: i18n("Activate through mouse wheel") + text: i18n("Expand popup through mouse wheel") checked: plasmoid.configuration.mouseWheelActions - tooltip: i18n("Enable/Disable the mouse wheel action") + tooltip: i18n("Show or Hide applet popup through mouse wheel action") visible: dialog.highLevel onClicked: { @@ -714,7 +714,7 @@ PlasmaComponents.Page { LatteComponents.CheckBox { Layout.maximumWidth: dialog.optionsWidth // Layout.maximumHeight: mouseWheelChk.height - text: i18n("➊ Activate based on position through global shortcuts") + text: i18n("➊ Activate based on position global shortcuts") checked: latteView.isPreferredForShortcuts || (!latteView.layout.preferredForShortcutsTouched && latteView.isHighestPriorityView()) tooltip: i18n("This view is used for based on position global shortcuts. Take note that only one view can have that option enabled for each layout")