Restore wallet: Adding space after 'Your wallet is stored in'

pull/2/head
Jonathan Cross 7 years ago
parent 0cb6900295
commit 08b54f69a5
No known key found for this signature in database
GPG Key ID: D8578DF8EA7CCF1B

@ -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 {