aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2017-02-27 17:09:23 -0500
committerGitHub <noreply@github.com>2017-02-27 17:09:23 -0500
commitd1202e44ebd88919611b92c9c88c2ee25d68c9a5 (patch)
treed4d82064f543fa80fa665eef630dff8436f79e01 /pages
parent08d5730fbe9a7f2eafadf83d738b7d0230a074cd (diff)
downloadmonzero-gui-d1202e44ebd88919611b92c9c88c2ee25d68c9a5.tar.gz
monzero-gui-d1202e44ebd88919611b92c9c88c2ee25d68c9a5.tar.xz
monzero-gui-d1202e44ebd88919611b92c9c88c2ee25d68c9a5.zip
TxKey.qml: Keep text mixed case
Diffstat (limited to 'pages')
-rw-r--r--pages/TxKey.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/TxKey.qml b/pages/TxKey.qml
index cc44625c..a22d56e4 100644
--- a/pages/TxKey.qml
+++ b/pages/TxKey.qml
@@ -209,7 +209,7 @@ Rectangle {
anchors.top: txKeyRow.bottom
anchors.topMargin: 17
width: 60
- text: qsTr("CHECK") + translationManager.emptyString
+ text: qsTr("Check") + translationManager.emptyString
shadowReleasedColor: "#FF4304"
shadowPressedColor: "#B32D00"
releasedColor: "#FF6C3C"