From cb867bccd135f25d85319090540bbcc1277ed442 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Tue, 11 Oct 2016 20:04:14 +0200 Subject: [PATCH] fixed 3 typos --- pages/History.qml | 4 ++-- pages/Receive.qml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/History.qml b/pages/History.qml index 2ccbf3f9..f0d991ee 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -62,7 +62,7 @@ Rectangle { font.family: "Arial" font.pixelSize: 18 color: "#4A4949" - text: qsTr("Filter transactions history") + translationManager.emptyString + text: qsTr("Filter transaction history") + translationManager.emptyString } // Filter by Address input (senseless, removing) @@ -237,7 +237,7 @@ Rectangle { anchors.leftMargin: 17 anchors.topMargin: 17 width: 156 - text: qsTr("Type of transation") + translationManager.emptyString + text: qsTr("Type of transaction") + translationManager.emptyString fontSize: 14 tipText: qsTr("Tip tekst test") + translationManager.emptyString } diff --git a/pages/Receive.qml b/pages/Receive.qml index 4ea32a2f..dcb72fd7 100644 --- a/pages/Receive.qml +++ b/pages/Receive.qml @@ -146,7 +146,7 @@ Rectangle { LineEdit { id: paymentIdLine fontSize: mainLayout.lineEditFontSize - placeholderText: qsTr("PaymentID here") + translationManager.emptyString; + placeholderText: qsTr("Payment ID here") + translationManager.emptyString; readOnly: false width: mainLayout.editWidth