diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-01-15 15:00:57 -0500 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-01-15 15:00:57 -0500 |
| commit | 98c3d6897d086c95192b50060fc53b60eb604527 (patch) | |
| tree | 4249ddd31aeafc8d052e353ebee73afa4c5b6f29 | |
| parent | 98ca4f1a70051447c39d5f9161db2e1741fdceb9 (diff) | |
| parent | 20d3c301e7c98c5984ba0964e464481f76126599 (diff) | |
| download | monzero-gui-98c3d6897d086c95192b50060fc53b60eb604527.tar.gz monzero-gui-98c3d6897d086c95192b50060fc53b60eb604527.tar.xz monzero-gui-98c3d6897d086c95192b50060fc53b60eb604527.zip | |
Merge pull request #402
20d3c30 Simpler text on Miner page (xmr-eric)
| -rw-r--r-- | pages/Mining.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/Mining.qml b/pages/Mining.qml index 602ded59..4dac923f 100644 --- a/pages/Mining.qml +++ b/pages/Mining.qml @@ -76,7 +76,7 @@ Rectangle { Label { id: soloTitleLabel fontSize: 24 - text: qsTr("Monero solo mining") + text: qsTr("Solo mining") } Label { @@ -103,7 +103,7 @@ Rectangle { Label { id: soloMinerThreadsLabel color: "#4A4949" - text: qsTr("Solo miner threads") + translationManager.emptyString + text: qsTr("CPU threads") + translationManager.emptyString fontSize: 16 } LineEdit { @@ -119,7 +119,7 @@ Rectangle { Label { id: manageSoloMinerLabel color: "#4A4949" - text: qsTr("Manage solo miner") + translationManager.emptyString + text: qsTr("Manage miner") + translationManager.emptyString fontSize: 16 } |
