effects/windowview: set translation domain for the placeholder text
This commit is contained in:
parent
716f386226
commit
476509b0fd
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ Item {
|
||||||
focus: false
|
focus: false
|
||||||
|
|
||||||
// Don't confuse users into thinking it's a full search
|
// 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
|
// 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.
|
// opacity is changing, which looks weird and is different from what Overview does.
|
||||||
|
|
Loading…
Reference in a new issue