mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 03:07:27 -04:00
enabled translations in some places
This commit is contained in:
@@ -109,7 +109,7 @@ Window {
|
||||
shadowPressedColor: "#B32D00"
|
||||
releasedColor: "#FF6C3C"
|
||||
pressedColor: "#FF4304"
|
||||
text: qsTr("Cancel")
|
||||
text: qsTr("Cancel") + translationManager.emptyString
|
||||
onClicked: {
|
||||
root.close()
|
||||
root.rejected()
|
||||
|
||||
Reference in New Issue
Block a user