restore height visibility enhancements

This commit is contained in:
mmbyday
2019-05-15 00:27:57 -07:00
parent c286c7e5a8
commit a3c620f78d
4 changed files with 92 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ Rectangle {
id: restoreHeight
font.pixelSize: 14
textFormat: Text.RichText
text: (typeof currentWallet == "undefined") ? "" : qsTr("Wallet creation height: ") + translationManager.emptyString
text: (typeof currentWallet == "undefined") ? "" : qsTr("Wallet restore height: ") + translationManager.emptyString
}
MoneroComponents.TextBlock {