fix typo
This commit is contained in:
@@ -447,7 +447,7 @@ void MainWindow::encryptWallet() {
|
|||||||
wallet.rename(dirwalletbackup);
|
wallet.rename(dirwalletbackup);
|
||||||
address.rename(dir.filePath("addresslabels.datBackup"));
|
address.rename(dir.filePath("addresslabels.datBackup"));
|
||||||
|
|
||||||
QMessageBox::information(this, tr("Wallet encryption Success"),
|
QMessageBox::information(this, tr("Wallet Encryption Success"),
|
||||||
QString("Successfully encrypt your wallet"),
|
QString("Successfully encrypt your wallet"),
|
||||||
QMessageBox::Ok
|
QMessageBox::Ok
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user