From b2207811ee4c68dc1110276066b17980b1d02d13 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Tue, 19 Jun 2018 00:44:26 +0300 Subject: [PATCH] improve translation string --- shell/package/contents/configuration/TweaksConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package/contents/configuration/TweaksConfig.qml b/shell/package/contents/configuration/TweaksConfig.qml index 6e9acb8a4..8f4de77e9 100644 --- a/shell/package/contents/configuration/TweaksConfig.qml +++ b/shell/package/contents/configuration/TweaksConfig.qml @@ -127,7 +127,7 @@ PlasmaComponents.Page { Layout.leftMargin: units.smallSpacing * 2 Layout.bottomMargin: units.smallSpacing Layout.maximumWidth: dialog.maxWidth - 3*units.smallSpacing - text: i18n("Improve contents visibility when panel is transparent") + text: i18n("Monochrome contents when panel is transparent") checked: plasmoid.configuration.colorizeTransparentPanels tooltip: i18n("The panel contents are colorized in order to improve contrast \nwith the underlying desktop background when the panel is transparent") style: LatteCheckBoxStyle{}