Tab text: change Verify Payment to Check Payment

This commit is contained in:
xmr-eric 2016-12-20 18:59:56 -05:00 committed by GitHub
parent 4713228d96
commit ca967a8ab9

View file

@ -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