diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-03-19 12:13:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-19 12:13:00 -0400 |
| commit | 10b00f87787d5b0322123eb2677ca8d5c053943e (patch) | |
| tree | 5fbd42cb6b74268e3519e2b05b6aa6429f1668a9 | |
| parent | 7ab5511de3e682af5d1ef1fc63162652a05bea99 (diff) | |
| download | monzero-gui-10b00f87787d5b0322123eb2677ca8d5c053943e.tar.gz monzero-gui-10b00f87787d5b0322123eb2677ca8d5c053943e.tar.xz monzero-gui-10b00f87787d5b0322123eb2677ca8d5c053943e.zip | |
Edit: Removed bold
| -rw-r--r-- | pages/Mining.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Mining.qml b/pages/Mining.qml index 234ee821..9ada41f8 100644 --- a/pages/Mining.qml +++ b/pages/Mining.qml @@ -83,7 +83,7 @@ Rectangle { Text { id: soloMainLabel - 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 + 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.<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 } |
