[kcmkwin/kwindecoration] Re-phrase awkward message

BUG: 438189
FIXED-IN: 5.23
This commit is contained in:
Nate Graham 2021-06-09 14:19:56 -06:00
parent a06690021d
commit 66661a9ddc

View file

@ -142,7 +142,7 @@ Kirigami.Page {
Layout.fillWidth: true
id: infoLabel
type: Kirigami.MessageType.Information
text: i18nc("popup tip", "Close by double clicking: Keep the window's Menu button pressed until it appears.")
text: i18nc("popup tip", "Click and hold on the menu button to show the menu.")
showCloseButton: true
visible: false
}