diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2017-01-30 16:23:05 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2017-01-30 16:23:05 -0600 |
| commit | a80df427e7628ec6ac87570f7d3b61010dfae0ad (patch) | |
| tree | cc277ea22c771f60087f352762f176dbfbf311b2 | |
| parent | 3cbad7350bbf95aabab880daba0efb7bbd82c5d5 (diff) | |
| parent | a52156627d7e582e7baadac9046e2556aa71dc2d (diff) | |
| download | monzero-gui-a80df427e7628ec6ac87570f7d3b61010dfae0ad.tar.gz monzero-gui-a80df427e7628ec6ac87570f7d3b61010dfae0ad.tar.xz monzero-gui-a80df427e7628ec6ac87570f7d3b61010dfae0ad.zip | |
Merge branch 'patch-4' of https://github.com/xmr-eric/monero-core into xmr-eric-patch-4
| -rw-r--r-- | pages/Mining.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/Mining.qml b/pages/Mining.qml index 4dac923f..f2c42591 100644 --- a/pages/Mining.qml +++ b/pages/Mining.qml @@ -91,9 +91,9 @@ Rectangle { id: soloMainLabel 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("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("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 wrapMode: Text.Wrap } |
