1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-29 23:26:24 +01:00

make some daemon wizard wording more clear

This commit is contained in:
cryptochangements34 2018-05-08 20:47:39 -04:00
parent a7e99dc08a
commit 31ef55d838

View File

@ -123,7 +123,7 @@ ColumnLayout {
RowLayout {
CheckBox {
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"
background: "#FFFFFF"
fontColor: "#4A4646"