From 053559aece5243a781fcdcae405c31e8fc8a2709 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Thu, 26 Dec 2019 11:02:21 +0200 Subject: [PATCH] improve texts --- shell/package/contents/configuration/pages/BehaviorConfig.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/package/contents/configuration/pages/BehaviorConfig.qml b/shell/package/contents/configuration/pages/BehaviorConfig.qml index 7f52c8487..bd9d2beba 100644 --- a/shell/package/contents/configuration/pages/BehaviorConfig.qml +++ b/shell/package/contents/configuration/pages/BehaviorConfig.qml @@ -713,9 +713,9 @@ PlasmaComponents.Page { LatteComponents.CheckBox { id: fittsLawChk Layout.maximumWidth: dialog.optionsWidth - text: i18n("Always use screen gap from floating mode") + text: i18n("Always use screen gap for floating panel") checked: plasmoid.configuration.fittsLawIsRequested - tooltip: i18n("When the dock or panel is in floating mode, the gap to the screen is also used by items") + tooltip: i18n("When the panel is in floating mode, the gap to the screen is also used") visible: dialog.highLevel enabled: !plasmoid.configuration.shrinkThickMargins && (plasmoid.configuration.screenEdgeMargin >= 0)