fix string

v0.6
Michail Vourlakos 8 years ago
parent f12fc52fd1
commit 4403c3d1e0

@ -93,7 +93,7 @@ PlasmaComponents.Page {
Layout.leftMargin: units.smallSpacing * 2
text: i18n("Behave as a normal dock window")
checked: dock.dockWinBehavior
tooltip: i18n("Removes the BypassWindowManagerHint flag from the window")
tooltip: i18n("Remove the BypassWindowManagerHint flag from the window")
onClicked: {
dock.dockWinBehavior = checked;

Loading…
Cancel
Save