aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-06-04 12:18:46 +0200
committerRiccardo Spagni <ric@spagni.net>2017-06-04 12:18:46 +0200
commitfe78f20c7c60e6998463e6b1aa657b2706d2c920 (patch)
treeb97a382e0201a48137f90cc177c1cb663fd792cc
parentecaa1a8e2311c43331f377a8baa29d3bc986179d (diff)
parent08b54f69a58d35b33c48bf247939ad68bcbccf42 (diff)
downloadmonzero-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.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 {