From 08b54f69a58d35b33c48bf247939ad68bcbccf42 Mon Sep 17 00:00:00 2001 From: Jonathan Cross Date: Fri, 2 Jun 2017 01:20:32 +0200 Subject: [PATCH] Restore wallet: Adding space after 'Your wallet is stored in' --- wizard/WizardManageWalletUI.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {