Browse Source

remove t-addr references

pull/45/head
Jane Mercer 5 years ago
parent
commit
9f21aee54c
  1. 2
      src/addressbook.ui
  2. 4
      src/mainwindow.cpp

2
src/addressbook.ui

@ -23,7 +23,7 @@
<item>
<widget class="QLabel" name="label_1">
<property name="text">
<string>Address (z-Addr or t-Addr)</string>
<string>Address</string>
</property>
</widget>
</item>

4
src/mainwindow.cpp

@ -855,8 +855,8 @@ void MainWindow::importPrivKey() {
pui.buttonBox->button(QDialogButtonBox::Save)->setVisible(false);
pui.helpLbl->setText(QString() %
tr("Please paste your private keys (z-Addr or t-Addr) here, one per line") % ".\n" %
tr("The keys will be imported into your connected zcashd node"));
tr("Please paste your private keys here, one per line") % ".\n" %
tr("The keys will be imported into your connected komodod node"));
if (d.exec() == QDialog::Accepted && !pui.privKeyTxt->toPlainText().trimmed().isEmpty()) {
auto rawkeys = pui.privKeyTxt->toPlainText().trimmed().split("\n");

Loading…
Cancel
Save