Mining.qml: Simplified mining description

This commit is contained in:
xmr-eric 2017-01-23 14:48:05 -05:00 committed by GitHub
parent cf95742433
commit a52156627d

View file

@ -91,9 +91,9 @@ Rectangle {
id: soloMainLabel id: soloMainLabel
text: qsTr("Mining helps the Monero network build resilience.<br>") text: qsTr("Mining helps the Monero network build resilience.<br>")
+ qsTr("The more mining is done, the harder it is to attack the network.<br>") + qsTr("The more mining is done, the harder it is to attack the network.<br>")
+ qsTr("Moreover, mining gives you a small chance to earn some Monero.<br>") + qsTr("Mining also gives you a small chance to earn some Monero.<br>")
+ qsTr("Your computer will search for Monero block solutions.<br>") + qsTr("Your computer will search for Monero block solutions.<br>")
+ qsTr("If you find one, you will get the associated block reward.<br>") + qsTr("If you find a block, you will get the associated reward.<br>")
+ translationManager.emptyString + translationManager.emptyString
wrapMode: Text.Wrap wrapMode: Text.Wrap
} }