Skip to content

Commit

Permalink
Merge pull request #3813
Browse files Browse the repository at this point in the history
6f88ad0 Fixed English mistake in Mining.qml (Igor Voytov)
  • Loading branch information
luigi1111 committed Jan 2, 2022
2 parents cb169f1 + 6f88ad0 commit a959919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Mining.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a959919

Please sign in to comment.