mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Merge pull request #1387
31ef55d
make some daemon wizard wording more clear
This commit is contained in:
commit
da014b07a9
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ ColumnLayout {
|
||||||
RowLayout {
|
RowLayout {
|
||||||
CheckBox {
|
CheckBox {
|
||||||
id: localNode
|
id: localNode
|
||||||
text: qsTr("Start a node automatically in background (recommended)") + translationManager.emptyString
|
text: qsTr("Start a node automatically in background or use an already running local node (recommended)") + translationManager.emptyString
|
||||||
checkedIcon: "../images/checkedBlackIcon.png"
|
checkedIcon: "../images/checkedBlackIcon.png"
|
||||||
background: "#FFFFFF"
|
background: "#FFFFFF"
|
||||||
fontColor: "#4A4646"
|
fontColor: "#4A4646"
|
||||||
|
|
Loading…
Reference in a new issue