mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Capitalize "Create tx file" button
This commit is contained in:
parent
4ca35af11a
commit
06b12d167b
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ Rectangle {
|
|||
|
||||
StandardButton {
|
||||
id: saveTxButton
|
||||
text: qsTr("create tx file") + translationManager.emptyString
|
||||
text: qsTr("Create tx file") + translationManager.emptyString
|
||||
shadowReleasedColor: "#FF4304"
|
||||
shadowPressedColor: "#B32D00"
|
||||
releasedColor: "#FF6C3C"
|
||||
|
|
Loading…
Reference in a new issue