diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-02-27 17:12:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-27 17:12:13 -0500 |
| commit | d354d4aa545c3bf01293bb8d63d9e96fb5f5c0d9 (patch) | |
| tree | e920a8483cbcbf33adf19f13f8a736338591d9b4 | |
| parent | d1202e44ebd88919611b92c9c88c2ee25d68c9a5 (diff) | |
| download | monzero-gui-d354d4aa545c3bf01293bb8d63d9e96fb5f5c0d9.tar.gz monzero-gui-d354d4aa545c3bf01293bb8d63d9e96fb5f5c0d9.tar.xz monzero-gui-d354d4aa545c3bf01293bb8d63d9e96fb5f5c0d9.zip | |
Sign Verify: keep text mixed case
| -rw-r--r-- | pages/Sign.qml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pages/Sign.qml b/pages/Sign.qml index f77508bc..a5ace1a4 100644 --- a/pages/Sign.qml +++ b/pages/Sign.qml @@ -164,7 +164,7 @@ Rectangle { id: signMessageButton anchors.right: parent.right width: 60 - text: qsTr("SIGN") + translationManager.emptyString + text: qsTr("Sign") + translationManager.emptyString shadowReleasedColor: "#FF4304" shadowPressedColor: "#B32D00" releasedColor: "#FF6C3C" @@ -205,7 +205,7 @@ Rectangle { id: loadFileToSignButton anchors.rightMargin: 17 width: 60 - text: qsTr("SELECT") + translationManager.emptyString + text: qsTr("Select") + translationManager.emptyString shadowReleasedColor: "#FF4304" shadowPressedColor: "#B32D00" releasedColor: "#FF6C3C" @@ -239,7 +239,7 @@ Rectangle { id: signFileButton anchors.right: parent.right width: 60 - text: qsTr("SIGN") + translationManager.emptyString + text: qsTr("Sign") + translationManager.emptyString shadowReleasedColor: "#FF4304" shadowPressedColor: "#B32D00" releasedColor: "#FF6C3C" @@ -349,7 +349,7 @@ Rectangle { id: verifyMessageButton anchors.right: parent.right width: 60 - text: qsTr("VERIFY") + translationManager.emptyString + text: qsTr("Verify") + translationManager.emptyString shadowReleasedColor: "#FF4304" shadowPressedColor: "#B32D00" releasedColor: "#FF6C3C" @@ -390,7 +390,7 @@ Rectangle { id: loadFileToVerifyButton anchors.rightMargin: 17 width: 60 - text: qsTr("SELECT") + translationManager.emptyString + text: qsTr("Select") + translationManager.emptyString shadowReleasedColor: "#FF4304" shadowPressedColor: "#B32D00" releasedColor: "#FF6C3C" @@ -423,7 +423,7 @@ Rectangle { id: verifyFileButton anchors.right: parent.right width: 60 - text: qsTr("VERIFY") + translationManager.emptyString + text: qsTr("Verify") + translationManager.emptyString shadowReleasedColor: "#FF4304" shadowPressedColor: "#B32D00" releasedColor: "#FF6C3C" |
