From c2005424bd21549d28cde75f78bda053fe991162 Mon Sep 17 00:00:00 2001 From: nkh0472 <67589323+nkh0472@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:53:22 +0800 Subject: [PATCH] Update OnlineUpdater.cpp: Typo fix --- SandboxiePlus/SandMan/OnlineUpdater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SandboxiePlus/SandMan/OnlineUpdater.cpp b/SandboxiePlus/SandMan/OnlineUpdater.cpp index 9c7509cb..2f8aef71 100644 --- a/SandboxiePlus/SandMan/OnlineUpdater.cpp +++ b/SandboxiePlus/SandMan/OnlineUpdater.cpp @@ -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) {