mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
Simpler text on Miner page
This commit is contained in:
parent
7cbd61dae2
commit
20d3c301e7
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user