diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-11-10 19:39:18 +0100 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-11-10 19:46:35 +0100 |
| commit | 637d75480cc3485893754f60399c9be8540a5df7 (patch) | |
| tree | e96b4bad29af89cb7b6296a7b9ca0a1a27cf4d12 | |
| parent | bb85cb4a9abb184bd71be53f9cc169177ffb353c (diff) | |
| download | monzero-gui-637d75480cc3485893754f60399c9be8540a5df7.tar.gz monzero-gui-637d75480cc3485893754f60399c9be8540a5df7.tar.xz monzero-gui-637d75480cc3485893754f60399c9be8540a5df7.zip | |
rename tab Tx Key -> Verify payment
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 5fc3ff33..406e231c 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -264,7 +264,7 @@ Rectangle { id: txkeyButton anchors.left: parent.left anchors.right: parent.right - text: qsTr("Tx Key") + translationManager.emptyString + text: qsTr("Verify payment") + translationManager.emptyString symbol: qsTr("K") + translationManager.emptyString dotColor: "#AAFFBB" onClicked: { |
