From 476509b0fdfeb61834d666c0e61c331a4d1b3095 Mon Sep 17 00:00:00 2001 From: Fushan Wen Date: Wed, 25 Jan 2023 21:43:58 +0800 Subject: [PATCH] effects/windowview: set translation domain for the placeholder text --- src/effects/windowview/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects/windowview/qml/main.qml b/src/effects/windowview/qml/main.qml index 6ec43d680e..ea5165ecb3 100644 --- a/src/effects/windowview/qml/main.qml +++ b/src/effects/windowview/qml/main.qml @@ -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.