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:
parent
d8410ff235
commit
3f8bccbde1
@ -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…
x
Reference in New Issue
Block a user