From 50f249afc7dcb682ef70cf2fb53428f4c0c809e8 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 2 Mar 2020 08:49:37 +0200 Subject: [PATCH] Fix minor typo: top -> bottom --- containment/package/contents/ui/editmode/HeaderSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containment/package/contents/ui/editmode/HeaderSettings.qml b/containment/package/contents/ui/editmode/HeaderSettings.qml index 1bab2aee8..99054253c 100644 --- a/containment/package/contents/ui/editmode/HeaderSettings.qml +++ b/containment/package/contents/ui/editmode/HeaderSettings.qml @@ -138,7 +138,7 @@ Item { visible: root.isVertical && inExpertSettingsMode text: i18n("Stick On Bottom"); - tooltip: i18n("Stick maximum available space at top screen edge and ignore any bottom docks or panels") + tooltip: i18n("Stick maximum available space at bottom screen edge and ignore any bottom docks or panels") checked: plasmoid.configuration.isStickedOnBottomEdge iconPositionReversed: (plasmoid.location !== PlasmaCore.Types.RightEdge)