mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
TxKey.qml: Keep text mixed case
This commit is contained in:
parent
08d5730fbe
commit
d1202e44eb
@ -209,7 +209,7 @@ Rectangle {
|
|||||||
anchors.top: txKeyRow.bottom
|
anchors.top: txKeyRow.bottom
|
||||||
anchors.topMargin: 17
|
anchors.topMargin: 17
|
||||||
width: 60
|
width: 60
|
||||||
text: qsTr("CHECK") + translationManager.emptyString
|
text: qsTr("Check") + translationManager.emptyString
|
||||||
shadowReleasedColor: "#FF4304"
|
shadowReleasedColor: "#FF4304"
|
||||||
shadowPressedColor: "#B32D00"
|
shadowPressedColor: "#B32D00"
|
||||||
releasedColor: "#FF6C3C"
|
releasedColor: "#FF6C3C"
|
||||||
|
Loading…
Reference in New Issue
Block a user