mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +00:00
Merge pull request #157
eb50355
Update Transfer.qml (xmr-eric)a81b5ef
Update WizardFinish.qml (xmr-eric)
This commit is contained in:
commit
24a66c184d
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ Rectangle {
|
||||||
anchors.rightMargin: 17
|
anchors.rightMargin: 17
|
||||||
anchors.topMargin: 30
|
anchors.topMargin: 30
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
text: qsTr("Privacy Level") + translationManager.emptyString
|
text: qsTr("Privacy level") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
PrivacyLevel {
|
PrivacyLevel {
|
||||||
|
|
|
@ -53,7 +53,7 @@ Item {
|
||||||
return "<table>"
|
return "<table>"
|
||||||
+ trStart + qsTr("Language") + trMiddle + wizard.settings["language"] + trEnd
|
+ trStart + qsTr("Language") + trMiddle + wizard.settings["language"] + trEnd
|
||||||
+ trStart + qsTr("Account name") + trMiddle + wizard.settings["account_name"] + trEnd
|
+ trStart + qsTr("Account name") + trMiddle + wizard.settings["account_name"] + trEnd
|
||||||
+ trStart + qsTr("Words") + trMiddle + wizard.settings["wallet"].seed + trEnd
|
+ trStart + qsTr("Seed") + trMiddle + wizard.settings["wallet"].seed + trEnd
|
||||||
+ trStart + qsTr("Wallet path") + trMiddle + wizard.settings["wallet_path"] + trEnd
|
+ trStart + qsTr("Wallet path") + trMiddle + wizard.settings["wallet_path"] + trEnd
|
||||||
// + trStart + qsTr("Auto donations") + trMiddle + autoDonationText + trEnd
|
// + trStart + qsTr("Auto donations") + trMiddle + autoDonationText + trEnd
|
||||||
// + (autoDonationEnabled
|
// + (autoDonationEnabled
|
||||||
|
|
Loading…
Reference in a new issue