Merge pull request #569

10b00f8 Edit: Removed bold (xmr-eric)
7ab5511 Better copy for mining page (xmr-eric)
This commit is contained in:
Riccardo Spagni 2017-03-19 23:50:23 +02:00
commit 23a3b1265a
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -83,7 +83,7 @@ Rectangle {
Text {
id: soloMainLabel
text: qsTr("Mining helps the Monero network build resilience. The more mining is done, the harder it is to attack the network. Mining also gives you a small chance to earn some Monero. Your computer will search for Monero block solutions. If you find a block, you will get the associated reward.") + translationManager.emptyString
text: qsTr("Mining with your computer helps strengthen the Monero network. The more that people mine, the harder it is for the network to be attacked, and every little bit helps.<br> <br>Mining also gives you a small chance to earn some Monero. Your computer will create hashes looking for block solutions. If you find a block, you will get the associated reward. Good luck!") + translationManager.emptyString
wrapMode: Text.Wrap
Layout.fillWidth: true
}