From 5a418499d4217c7566c3ce08cc5ef4717b80e8ae Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Mon, 7 Jun 2021 12:03:28 +0200 Subject: [PATCH] SettingsLog: new placeholder text in command field (no commands in translation string) --- pages/settings/SettingsLog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/settings/SettingsLog.qml b/pages/settings/SettingsLog.qml index 55a6d6e8..da7dbc8a 100644 --- a/pages/settings/SettingsLog.qml +++ b/pages/settings/SettingsLog.qml @@ -217,7 +217,7 @@ Rectangle { property int currentCommandIndex enabled: !persistentSettings.useRemoteNode fontBold: false - placeholderText: qsTr("command + enter (e.g 'help' or 'status')") + translationManager.emptyString + placeholderText: qsTr("Type a command (e.g '%1' or '%2') and press Enter").arg("help").arg("status") + translationManager.emptyString placeholderFontSize: 16 Keys.onUpPressed: { if (currentCommandIndex != 0) {