call it "t-Addr" consistently
This commit is contained in:
@@ -179,7 +179,7 @@ void MainWindow::importPrivKeys() {
|
|||||||
QString text = QInputDialog::getMultiLineText(
|
QString text = QInputDialog::getMultiLineText(
|
||||||
this, "Import Private Keys",
|
this, "Import Private Keys",
|
||||||
QString() +
|
QString() +
|
||||||
"Please paste your private keys (zAddr or tAddr) here, one per line.\n" +
|
"Please paste your private keys (z-Addr or t-Addr) here, one per line.\n" +
|
||||||
"The keys will be imported into your connected zcashd node",
|
"The keys will be imported into your connected zcashd node",
|
||||||
"", &ok);
|
"", &ok);
|
||||||
if (ok && !text.isEmpty()) {
|
if (ok && !text.isEmpty()) {
|
||||||
@@ -314,7 +314,7 @@ void MainWindow::setupRecieveTab() {
|
|||||||
ui->listRecieveAddresses->insertItem(0, addr);
|
ui->listRecieveAddresses->insertItem(0, addr);
|
||||||
ui->listRecieveAddresses->setCurrentIndex(0);
|
ui->listRecieveAddresses->setCurrentIndex(0);
|
||||||
|
|
||||||
ui->statusBar->showMessage("Created new recieving tAddr", 10 * 1000);
|
ui->statusBar->showMessage("Created new t-Addr", 10 * 1000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user