mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Wizard Option Page: Change "Recover" to "Restore"
This commit is contained in:
parent
2f4d31a925
commit
e3ef832063
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ Item {
|
||||||
font.pixelSize: 16
|
font.pixelSize: 16
|
||||||
color: "#4A4949"
|
color: "#4A4949"
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text: qsTr("Recover wallet from 25 word mnemonic seed") + translationManager.emptyString
|
text: qsTr("Restore wallet from 25 word mnemonic seed") + translationManager.emptyString
|
||||||
width:page.buttonSize
|
width:page.buttonSize
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue