From d1202e44ebd88919611b92c9c88c2ee25d68c9a5 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Mon, 27 Feb 2017 17:09:23 -0500 Subject: [PATCH] TxKey.qml: Keep text mixed case --- pages/TxKey.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"