From 0a8b88201b462a3571506da5b78e3171f9aae4bc Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 23:55:29 +1000 Subject: launcher: use qsTr properly --- modules/launcher/Content.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launcher') 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) -- cgit v1.2.3-freya