aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2016-12-20 18:59:56 -0500
committerGitHub <noreply@github.com>2016-12-20 18:59:56 -0500
commitca967a8ab9a258671331ae5d841fe60113831bd5 (patch)
tree7de13eccbfc9005a5aa9a7b4e8af7206fb7cab51
parent4713228d96c5216e703b2b79e3724f645d5c6ad0 (diff)
downloadmonzero-gui-ca967a8ab9a258671331ae5d841fe60113831bd5.tar.gz
monzero-gui-ca967a8ab9a258671331ae5d841fe60113831bd5.tar.xz
monzero-gui-ca967a8ab9a258671331ae5d841fe60113831bd5.zip
Tab text: change Verify Payment to Check Payment
-rw-r--r--LeftPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index ffdbd760..d4871059 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -365,7 +365,7 @@ Rectangle {
id: txkeyButton
anchors.left: parent.left
anchors.right: parent.right
- text: qsTr("Verify payment") + translationManager.emptyString
+ text: qsTr("Check payment") + translationManager.emptyString
symbol: qsTr("K") + translationManager.emptyString
dotColor: "#AAFFBB"
under: advancedButton