mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Rename 'Transfer' tab to 'Send'
See issue 159: https://github.com/monero-project/monero-core/issues/159
This commit is contained in:
parent
24a66c184d
commit
fc2a189314
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ Rectangle {
|
|||
id: transferButton
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
text: qsTr("Transfer") + translationManager.emptyString
|
||||
text: qsTr("Send") + translationManager.emptyString
|
||||
symbol: qsTr("T") + translationManager.emptyString
|
||||
dotColor: "#FF6C3C"
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in a new issue