Merge pull request #2170

a3c620f restore height visibility enhancements (mmbyday)
This commit is contained in:
luigi1111
2019-06-21 14:27:26 -05:00
4 changed files with 92 additions and 2 deletions

View File

@@ -165,7 +165,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 {