diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-07 18:19:30 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:01 +0100 |
| commit | f48cd1b82b758c7b4e396e523172f66b9b371c5b (patch) | |
| tree | b74b2fb6581280f863dd0cc9c80a45edc04a1eee /pages | |
| parent | 948669edbc6eecc84d6f5193fd3093d814bcdab4 (diff) | |
| download | monzero-gui-f48cd1b82b758c7b4e396e523172f66b9b371c5b.tar.gz monzero-gui-f48cd1b82b758c7b4e396e523172f66b9b371c5b.tar.xz monzero-gui-f48cd1b82b758c7b4e396e523172f66b9b371c5b.zip | |
Checkbox/Standard button development
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/Settings.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/Settings.qml b/pages/Settings.qml index 37ed928e..7b3c847a 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -274,6 +274,7 @@ Rectangle { id: blockchainFolder Layout.preferredWidth: 200 Layout.fillWidth: true + labelText: qsTr("Blockchain location") + translationManager.emptyString text: persistentSettings.blockchainDataDir placeholderText: qsTr("(optional)") + translationManager.emptyString |
