diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-06-07 12:03:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-07 12:03:28 +0200 |
| commit | 5a418499d4217c7566c3ce08cc5ef4717b80e8ae (patch) | |
| tree | 3f958fa51102bb647ac77f31b6d2b23c2313dc55 /pages/settings | |
| parent | 2946127ed791ef8dd6dc430b681a14cd5bd2d71e (diff) | |
| download | monzero-gui-5a418499d4217c7566c3ce08cc5ef4717b80e8ae.tar.gz monzero-gui-5a418499d4217c7566c3ce08cc5ef4717b80e8ae.tar.xz monzero-gui-5a418499d4217c7566c3ce08cc5ef4717b80e8ae.zip | |
SettingsLog: new placeholder text in command field (no commands in translation string)
Diffstat (limited to 'pages/settings')
| -rw-r--r-- | pages/settings/SettingsLog.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
