aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Cross <jcross@gmail.com>2017-06-02 01:20:32 +0200
committerJonathan Cross <jcross@gmail.com>2017-06-02 01:20:32 +0200
commit08b54f69a58d35b33c48bf247939ad68bcbccf42 (patch)
tree346b8619c3471a87f41f3385b09210a0d873b759
parent0cb69002957c2e69850a2a32f920958996b62c3e (diff)
downloadmonzero-gui-08b54f69a58d35b33c48bf247939ad68bcbccf42.tar.gz
monzero-gui-08b54f69a58d35b33c48bf247939ad68bcbccf42.tar.xz
monzero-gui-08b54f69a58d35b33c48bf247939ad68bcbccf42.zip
Restore wallet: Adding space after 'Your wallet is stored in'
-rw-r--r--wizard/WizardManageWalletUI.qml2
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 {