diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-01-23 14:48:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-23 14:48:05 -0500 |
| commit | a52156627d7e582e7baadac9046e2556aa71dc2d (patch) | |
| tree | 9247bfc701a0f120cfa2e979cabece7cc037b83d | |
| parent | cf9574243331841957943df1565082b22c54b46d (diff) | |
| download | monzero-gui-a52156627d7e582e7baadac9046e2556aa71dc2d.tar.gz monzero-gui-a52156627d7e582e7baadac9046e2556aa71dc2d.tar.xz monzero-gui-a52156627d7e582e7baadac9046e2556aa71dc2d.zip | |
Mining.qml: Simplified mining description
| -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 } |
