From 204fb77d0d121cb77912d30b9f94ea23fb4bfcaa Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 2 May 2021 21:21:21 -0400 Subject: [PATCH] Spelling and nomenclature --- src/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9ce138d..bda0968 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1056,8 +1056,8 @@ void MainWindow::payhushURI(QString uri, QString myAddr) { pui.buttonBox->button(QDialogButtonBox::Save)->setVisible(true); pui.helpLbl->setText(QString() % tr("Please paste your private key(zs-Addr or R-addr) here, one per import") % ".\n" % - tr("Caution: If this key is for Zs-addr it will be NOT inlcude in your Seed. Please send them direct to a Seed zs-addr") % ".\n" % - tr("R-addr keys will be autoshield to a seed zs-addr") + tr("Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr") % ".\n" % + tr("R-addr keys will be automatically sent to a zaddr in your Seed") ); if (d.exec() == QDialog::Accepted && !pui.privKeyTxt->toPlainText().trimmed().isEmpty()) {