diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-11-15 12:32:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-15 12:32:37 -0500 |
| commit | fc2a18931437b30e9f50a9b334e2b3fd3792b466 (patch) | |
| tree | 14760e596432964c2d5175caa72d0b65bef75785 | |
| parent | 24a66c184d206d6f6bea427c4d893d3bd2db24b6 (diff) | |
| download | monzero-gui-fc2a18931437b30e9f50a9b334e2b3fd3792b466.tar.gz monzero-gui-fc2a18931437b30e9f50a9b334e2b3fd3792b466.tar.xz monzero-gui-fc2a18931437b30e9f50a9b334e2b3fd3792b466.zip | |
Rename 'Transfer' tab to 'Send'
See issue 159: https://github.com/monero-project/monero-core/issues/159
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 008ec0ae..c6b8fb11 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -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: { |
