mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-22 09:40:22 +02:00
Merge pull request #634
06b12d1
Capitalize "Create tx file" button (xmr-eric)
This commit is contained in:
commit
74da45766e
@ -512,7 +512,7 @@ Rectangle {
|
|||||||
|
|
||||||
StandardButton {
|
StandardButton {
|
||||||
id: saveTxButton
|
id: saveTxButton
|
||||||
text: qsTr("create tx file") + translationManager.emptyString
|
text: qsTr("Create tx file") + translationManager.emptyString
|
||||||
shadowReleasedColor: "#FF4304"
|
shadowReleasedColor: "#FF4304"
|
||||||
shadowPressedColor: "#B32D00"
|
shadowPressedColor: "#B32D00"
|
||||||
releasedColor: "#FF6C3C"
|
releasedColor: "#FF6C3C"
|
||||||
|
Loading…
Reference in New Issue
Block a user