aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-04-27 23:47:44 +0200
committerselsta <selsta@sent.at>2019-04-27 23:47:44 +0200
commit4ab1816e1a6d50fec3425246208824cfba663d2a (patch)
treea3f1ac06ce66e705dbd7c89395cdd3852aa7b5eb /pages
parent7d9a698732402a9794b8fad88d248c81bc996e7e (diff)
downloadmonzero-gui-4ab1816e1a6d50fec3425246208824cfba663d2a.tar.gz
monzero-gui-4ab1816e1a6d50fec3425246208824cfba663d2a.tar.xz
monzero-gui-4ab1816e1a6d50fec3425246208824cfba663d2a.zip
Mining: fix newline
Diffstat (limited to 'pages')
-rw-r--r--pages/Mining.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Mining.qml b/pages/Mining.qml
index 0695e2f2..55ac8c3e 100644
--- a/pages/Mining.qml
+++ b/pages/Mining.qml
@@ -67,7 +67,7 @@ Rectangle {
MoneroComponents.TextPlain {
id: soloMainLabel
- 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
+ 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.\n\nMining 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
font.family: MoneroComponents.Style.fontRegular.name