Browse Source

fix typo

pull/130/head
DenioD 4 years ago
parent
commit
b1290454bd
  1. 2
      src/mainwindow.cpp

2
src/mainwindow.cpp

@ -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
);

Loading…
Cancel
Save