Merge pull request #3537

5a41849 SettingsLog: new placeholder text in command field (no commands in translation string) (rating89us)
This commit is contained in:
luigi1111 2021-06-10 11:04:15 -05:00
commit 950e20d400
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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) {