Update OnlineUpdater.cpp: Typo fix

This commit is contained in:
nkh0472 2023-09-22 14:53:22 +08:00 committed by GitHub
parent e5c7e2d8af
commit c2005424bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ bool COnlineUpdater::ShowCertWarningIfNeeded()
if (!(g_CertInfo.active && g_CertInfo.expired))
return true;
QString Message = tr("Your Sandboxie-Plus supporter certificate is expired, howeever for the current build you are using it remains active, when you update to a newer build exclusive supporter features will be disabled.\r\n\r\n"
QString Message = tr("Your Sandboxie-Plus supporter certificate is expired, however for the current build you are using it remains active, when you update to a newer build exclusive supporter features will be disabled.\r\n\r\n"
"Do you still want to update?");
int Ret = QMessageBox("Sandboxie-Plus", Message, QMessageBox::Warning, QMessageBox::Yes, QMessageBox::No | QMessageBox::Escape | QMessageBox::Default, QMessageBox::Cancel, theGUI).exec();
if (Ret == QMessageBox::Cancel) {