1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-01 01:47:23 +03:00

fix string

This commit is contained in:
Michail Vourlakos 2017-03-18 23:37:15 +02:00
parent d8410ff235
commit 3f8bccbde1

View File

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