diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-12-21 01:29:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-21 01:29:15 -0500 |
| commit | 7f824646bc8d67b0c381ae943b6ee2a9438a7e06 (patch) | |
| tree | 38e1ccea7aee46da62830ad320bb5a8dfe53c894 /wizard | |
| parent | 9bd557c489abba7cefbce5a6c9c4b9d1a0864f9a (diff) | |
| download | monzero-gui-7f824646bc8d67b0c381ae943b6ee2a9438a7e06.tar.gz monzero-gui-7f824646bc8d67b0c381ae943b6ee2a9438a7e06.tar.xz monzero-gui-7f824646bc8d67b0c381ae943b6ee2a9438a7e06.zip | |
ManageWalletUIpage
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardManageWalletUI.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml index f7d454f7..4620ad91 100644 --- a/wizard/WizardManageWalletUI.qml +++ b/wizard/WizardManageWalletUI.qml @@ -104,7 +104,7 @@ Item { horizontalAlignment: Text.AlignHCenter //renderType: Text.NativeRendering color: "#4A4646" - text: qsTr("This is the name of your wallet. You can change it to a different name if you’d like:") + translationManager.emptyString + text: qsTr("or use the name suggested below:") + translationManager.emptyString } } @@ -175,7 +175,7 @@ Item { anchors.top: memoTextItem.bottom width: 250 anchors.topMargin: 20 - placeholderText: qsTr("Restore height") + placeholderText: qsTr("Restore height (optional)") Layout.alignment: Qt.AlignCenter validator: IntValidator { bottom:0 |
