1
mirror of https://github.com/monero-project/monero-gui synced 2024-09-27 14:38:27 +02:00

Merge pull request #3813

6f88ad0 Fixed English mistake in Mining.qml (Igor Voytov)
This commit is contained in:
luigi1111 2022-01-02 14:50:40 -05:00
commit a959919b8a
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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