From b1290454bd921f80d99efcd907bc1a42134ef87e Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Thu, 4 Jun 2020 23:08:05 +0200 Subject: [PATCH] fix typo --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );