diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 77eafb0..57c193d 100644 --- a/src/mainwindow.cpp +++ b/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 );