Wizard Option Page: Change "Recover" to "Restore"

pull/2/head
xmr-eric 8 years ago committed by GitHub
parent 2f4d31a925
commit e3ef832063

@ -174,7 +174,7 @@ Item {
font.pixelSize: 16
color: "#4A4949"
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
wrapMode: Text.WordWrap
}