From 78630a60babebaf6bba25db39ffc7274847a614f Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Thu, 5 Mar 2020 21:26:23 +0200 Subject: [PATCH] rename setting to "thin title tooltips" --- 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 67fe06d20..99cd1d0af 100644 --- a/shell/package/contents/configuration/pages/BehaviorConfig.qml +++ b/shell/package/contents/configuration/pages/BehaviorConfig.qml @@ -725,8 +725,8 @@ PlasmaComponents.Page { LatteComponents.CheckBox { id: titleTooltipsChk Layout.maximumWidth: dialog.optionsWidth - text: i18n("Show title tooltips on hovering") - tooltip: i18n("Show thinner tooltips produced by Latte for items.\nThese tooltips are not drawn when applets zoom effect is disabled"); + text: i18n("Thin title tooltips on hovering") + tooltip: i18n("Show narrow tooltips produced by Latte for items.\nThese tooltips are not drawn when applets zoom effect is disabled"); checked: plasmoid.configuration.titleTooltips //enabled: plasmoid.configuration.zoomLevel > 0