mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Simplify text on wizard Option page
This commit is contained in:
parent
55f4858a40
commit
57bbe8da52
1 changed files with 4 additions and 4 deletions
|
@ -137,7 +137,7 @@ Item {
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
width:page.buttonSize
|
width:page.buttonSize
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
text: qsTr("This is my first time, I want to create a new account") + translationManager.emptyString
|
text: qsTr("Create a new wallet") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -174,7 +174,7 @@ Item {
|
||||||
font.pixelSize: 16
|
font.pixelSize: 16
|
||||||
color: "#4A4949"
|
color: "#4A4949"
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text: qsTr("I want to recover my account from my 25 word seed") + translationManager.emptyString
|
text: qsTr("Recover wallet from 25 word mnemonic seed") + translationManager.emptyString
|
||||||
width:page.buttonSize
|
width:page.buttonSize
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
}
|
}
|
||||||
|
@ -213,7 +213,7 @@ Item {
|
||||||
font.pixelSize: 16
|
font.pixelSize: 16
|
||||||
color: "#4A4949"
|
color: "#4A4949"
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text: qsTr("I want to open a wallet from file") + translationManager.emptyString
|
text: qsTr("Open a wallet from file") + translationManager.emptyString
|
||||||
width:page.buttonSize
|
width:page.buttonSize
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
}
|
}
|
||||||
|
@ -248,7 +248,7 @@ Item {
|
||||||
|
|
||||||
color: "#4A4646"
|
color: "#4A4646"
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
text: qsTr("Please setup daemon address below.")
|
text: qsTr("Custom daemon address (optional)")
|
||||||
+ translationManager.emptyString
|
+ translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue