diff --git a/containments/homescreen/package/contents/ui/KRunner.qml b/containments/homescreen/package/contents/ui/KRunner.qml index bd5c6677..a96b7a95 100644 --- a/containments/homescreen/package/contents/ui/KRunner.qml +++ b/containments/homescreen/package/contents/ui/KRunner.qml @@ -87,7 +87,7 @@ Rectangle { Layout.alignment: Qt.AlignTop Keys.onEscapePressed: runnerWindow.visible = false - placeholderText: "Search..." + placeholderText: i18n("Search...") } PlasmaExtras.ScrollArea {