aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2017-01-14 13:04:00 -0500
committerGitHub <noreply@github.com>2017-01-14 13:04:00 -0500
commit20d3c301e7c98c5984ba0964e464481f76126599 (patch)
treed66990b925dee8b7d8ae36d2fcb0467edea33bd5
parent7cbd61dae21fdf8a27081d28ebb130195d77ed69 (diff)
downloadmonzero-gui-20d3c301e7c98c5984ba0964e464481f76126599.tar.gz
monzero-gui-20d3c301e7c98c5984ba0964e464481f76126599.tar.xz
monzero-gui-20d3c301e7c98c5984ba0964e464481f76126599.zip
Simpler text on Miner page
-rw-r--r--pages/Mining.qml6
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
}