aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2017-03-18 19:32:25 -0400
committerGitHub <noreply@github.com>2017-03-18 19:32:25 -0400
commit7ab5511de3e682af5d1ef1fc63162652a05bea99 (patch)
tree9e5af08c5051c7183cf968ac45da80babd9c0792
parent69e037ba4d8928cb2df85d64e292c8c53b2c3936 (diff)
downloadmonzero-gui-7ab5511de3e682af5d1ef1fc63162652a05bea99.tar.gz
monzero-gui-7ab5511de3e682af5d1ef1fc63162652a05bea99.tar.xz
monzero-gui-7ab5511de3e682af5d1ef1fc63162652a05bea99.zip
Better copy for mining page
-rw-r--r--pages/Mining.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Mining.qml b/pages/Mining.qml
index 7110e99a..234ee821 100644
--- a/pages/Mining.qml
+++ b/pages/Mining.qml
@@ -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("<b>Mining with your computer helps strengthen the Monero network.</b> 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
}