aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@brydolf.net>2016-10-11 20:04:14 +0200
committerJacob Brydolf <jacob@brydolf.net>2016-10-11 20:14:37 +0200
commitcb867bccd135f25d85319090540bbcc1277ed442 (patch)
tree67721199ff8dabb41d120f9bb0d8d1cfcf9cb6ed
parent2bd91fd390cbbe934b1c2d671a123c215f128e1e (diff)
downloadmonzero-gui-cb867bccd135f25d85319090540bbcc1277ed442.tar.gz
monzero-gui-cb867bccd135f25d85319090540bbcc1277ed442.tar.xz
monzero-gui-cb867bccd135f25d85319090540bbcc1277ed442.zip
fixed 3 typos
-rw-r--r--pages/History.qml4
-rw-r--r--pages/Receive.qml2
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("<b>Tip tekst test</b>") + 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