summaryrefslogtreecommitdiff
path: root/modules/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher')
-rw-r--r--modules/launcher/Content.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml
index 6ecced5..5267bc9 100644
--- a/modules/launcher/Content.qml
+++ b/modules/launcher/Content.qml
@@ -57,7 +57,7 @@ Item {
leftPadding: root.padding
rightPadding: root.padding
- placeholderText: qsTr(`Type "${LauncherConfig.actionPrefix}" for commands`)
+ placeholderText: qsTr("Type \"%1\" for commands").arg(LauncherConfig.actionPrefix)
background: StyledRect {
color: Colours.alpha(Colours.palette.m3surfaceContainer, true)