diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-06-04 12:18:46 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-06-04 12:18:46 +0200 |
| commit | fe78f20c7c60e6998463e6b1aa657b2706d2c920 (patch) | |
| tree | b97a382e0201a48137f90cc177c1cb663fd792cc | |
| parent | ecaa1a8e2311c43331f377a8baa29d3bc986179d (diff) | |
| parent | 08b54f69a58d35b33c48bf247939ad68bcbccf42 (diff) | |
| download | monzero-gui-fe78f20c7c60e6998463e6b1aa657b2706d2c920.tar.gz monzero-gui-fe78f20c7c60e6998463e6b1aa657b2706d2c920.tar.xz monzero-gui-fe78f20c7c60e6998463e6b1aa657b2706d2c920.zip | |
Merge pull request #733
08b54f6 Restore wallet: Adding space after 'Your wallet is stored in' (Jonathan Cross)
| -rw-r--r-- | wizard/WizardManageWalletUI.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml index b2aa7e73..7e7d2f58 100644 --- a/wizard/WizardManageWalletUI.qml +++ b/wizard/WizardManageWalletUI.qml @@ -242,7 +242,7 @@ ColumnLayout { Layout.fillWidth: true Layout.topMargin: 20 fontSize: 14 - text: qsTr("Your wallet is stored in") + fileUrlInput.text; + text: qsTr("Your wallet is stored in") + ": " + fileUrlInput.text; } LineEdit { |
