This commit is contained in:
DenioD
2020-06-04 23:08:05 +02:00
parent 4aa1eb33b8
commit b1290454bd

View File

@@ -447,7 +447,7 @@ void MainWindow::encryptWallet() {
wallet.rename(dirwalletbackup);
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"),
QMessageBox::Ok
);