Fix minor typo: top -> bottom

pull/11/head
Yuri Chornoivan 5 years ago
parent 90df4f4f61
commit 50f249afc7

@ -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)

Loading…
Cancel
Save