diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-06-10 11:04:15 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-06-10 11:04:15 -0500 |
| commit | 950e20d400aae3b51a5dbe204d4497f663817d8b (patch) | |
| tree | c3ee4f116d043106682fd5bd5598580ed9f84b82 /pages | |
| parent | 124a8b5f4ea47914e398b00e1a3fa497c6b003e3 (diff) | |
| parent | 5a418499d4217c7566c3ce08cc5ef4717b80e8ae (diff) | |
| download | monzero-gui-950e20d400aae3b51a5dbe204d4497f663817d8b.tar.gz monzero-gui-950e20d400aae3b51a5dbe204d4497f663817d8b.tar.xz monzero-gui-950e20d400aae3b51a5dbe204d4497f663817d8b.zip | |
Merge pull request #3537
5a41849 SettingsLog: new placeholder text in command field (no commands in translation string) (rating89us)
Diffstat (limited to 'pages')
| -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) { |
