From 8688baa5b83fb2d7cd681548b460f63ecc5b2523 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 2 May 2021 21:23:16 -0400 Subject: [PATCH] Better nomenclature --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index bda0968..023b859 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1057,7 +1057,7 @@ void MainWindow::payhushURI(QString uri, QString myAddr) { 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 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") + tr("Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed") ); if (d.exec() == QDialog::Accepted && !pui.privKeyTxt->toPlainText().trimmed().isEmpty()) {