effects/windowview: set translation domain for the placeholder text

This commit is contained in:
Fushan Wen 2023-01-25 21:43:58 +08:00
parent 716f386226
commit 476509b0fd
No known key found for this signature in database
GPG key ID: 2E48D1487C91DCAA

View file

@ -120,7 +120,7 @@ Item {
focus: false
// Don't confuse users into thinking it's a full search
placeholderText: i18n("Filter windows…")
placeholderText: i18nd("kwin_effects", "Filter windows…")
// Otherwise it's always 100% opaque even while the blurry desktop background's
// opacity is changing, which looks weird and is different from what Overview does.