Update OnlineUpdater.cpp: Typo fix
This commit is contained in:
parent
e5c7e2d8af
commit
c2005424bd
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue