1
mirror of https://github.com/monero-project/monero-gui synced 2024-10-03 12:07:34 +02:00

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