From a52156627d7e582e7baadac9046e2556aa71dc2d Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Mon, 23 Jan 2017 14:48:05 -0500 Subject: [PATCH] Mining.qml: Simplified mining description --- pages/Mining.qml | 4 ++-- 1 file 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.
") + qsTr("The more mining is done, the harder it is to attack the network.
") - + qsTr("Moreover, mining gives you a small chance to earn some Monero.
") + + qsTr("Mining also gives you a small chance to earn some Monero.
") + qsTr("Your computer will search for Monero block solutions.
") - + qsTr("If you find one, you will get the associated block reward.
") + + qsTr("If you find a block, you will get the associated reward.
") + translationManager.emptyString wrapMode: Text.Wrap }