aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerciccione <erciccione@users.noreply.github.com>2018-05-08 17:58:58 +0200
committererciccione <erciccione@users.noreply.github.com>2018-05-13 17:08:36 +0200
commit63478b1c484b3dfb0d79c3497cc45fda841e4336 (patch)
treef8c1186fb1538896c1f2660529e284adc314bdd6
parent06fdf27be236bf5160112a8c69003adf6807fb5b (diff)
downloadmonzero-gui-63478b1c484b3dfb0d79c3497cc45fda841e4336.tar.gz
monzero-gui-63478b1c484b3dfb0d79c3497cc45fda841e4336.tar.xz
monzero-gui-63478b1c484b3dfb0d79c3497cc45fda841e4336.zip
fix typos in Receive.qml and SharedRingDB.qml
-rw-r--r--pages/Receive.qml2
-rw-r--r--pages/SharedRingDB.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/Receive.qml b/pages/Receive.qml
index f5cac4a9..c57a16aa 100644
--- a/pages/Receive.qml
+++ b/pages/Receive.qml
@@ -433,7 +433,7 @@ Rectangle {
onLinkActivated: {
receivePageDialog.title = qsTr("QR Code") + translationManager.emptyString;
receivePageDialog.text = qsTr(
- "<p>This QR code includes the address you selected above and" +
+ "<p>This QR code includes the address you selected above and " +
"the amount you entered below. Share it with others (right-click->Save) " +
"so they can more easily send you exact amounts.</p>"
)
diff --git a/pages/SharedRingDB.qml b/pages/SharedRingDB.qml
index 1dce2b71..1be138c6 100644
--- a/pages/SharedRingDB.qml
+++ b/pages/SharedRingDB.qml
@@ -245,7 +245,7 @@ Rectangle {
sharedRingDBDialog.text = qsTr(
"In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not " +
"be spent with different rings on different blockchains. While this is normally not a concern, it can become one " +
- "when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this " +
+ "when a key-reusing Monero clone allows you to spend existing outputs. In this case, you need to ensure this " +
"existing outputs uses the same ring on both chains.<br>" +
"This will be done automatically by Monero and any key-reusing software which is not trying to actively strip " +
"you of your privacy.<br>" +