From 7ab5511de3e682af5d1ef1fc63162652a05bea99 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Sat, 18 Mar 2017 19:32:25 -0400 Subject: [PATCH] Better copy for mining page --- pages/Mining.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("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.

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 }