mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
Merge pull request #733
08b54f6
Restore wallet: Adding space after 'Your wallet is stored in' (Jonathan Cross)
This commit is contained in:
commit
fe78f20c7c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user