From 62ed63daf1ca1cbddf2af7f9b34a5c5054b6652c Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sun, 12 Dec 2021 19:12:05 +0200 Subject: [PATCH] option:rename screen edge to floating gap --- shell/package/contents/configuration/pages/AppearanceConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package/contents/configuration/pages/AppearanceConfig.qml b/shell/package/contents/configuration/pages/AppearanceConfig.qml index 440d01a47..535f8ece1 100644 --- a/shell/package/contents/configuration/pages/AppearanceConfig.qml +++ b/shell/package/contents/configuration/pages/AppearanceConfig.qml @@ -684,7 +684,7 @@ PlasmaComponents.Page { spacing: units.smallSpacing PlasmaComponents.Label { - text: i18n("Screen edge") + text: i18n("Floating gap") horizontalAlignment: Text.AlignLeft }