aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-01-02 14:50:40 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-01-02 14:50:40 -0500
commita959919b8ad798d1384f83c5bf3ed7a2d16dc8aa (patch)
treefcbf9fb8dd8f8d72919cfbaf5293eb4ced3a0690
parentcb169f11d4fd9203a20c2f37f9fdc7f5091848bb (diff)
parent6f88ad0a1339f49c564be9cd5a4b01b2449212e1 (diff)
downloadmonzero-gui-a959919b8ad798d1384f83c5bf3ed7a2d16dc8aa.tar.gz
monzero-gui-a959919b8ad798d1384f83c5bf3ed7a2d16dc8aa.tar.xz
monzero-gui-a959919b8ad798d1384f83c5bf3ed7a2d16dc8aa.zip
Merge pull request #3813
6f88ad0 Fixed English mistake in Mining.qml (Igor Voytov)
-rw-r--r--pages/Mining.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Mining.qml b/pages/Mining.qml
index ad699c21..a7d64e6d 100644
--- a/pages/Mining.qml
+++ b/pages/Mining.qml
@@ -69,7 +69,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.\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
+ text: qsTr("Mining with your computer helps strengthen the Monero network. The more 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