From c16b01a6250c7270d16fd11fa237f536aace2c2b Mon Sep 17 00:00:00 2001 From: Sebastian G Date: Sun, 16 Apr 2023 07:41:09 +0200 Subject: [PATCH] Update NewBoxWizard.cpp Typo fix for a string --- SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp b/SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp index 964eee14..7da54e58 100644 --- a/SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp +++ b/SandboxiePlus/SandMan/Wizards/NewBoxWizard.cpp @@ -572,7 +572,7 @@ void CSummaryPage::initializePage() else if(field("fakeAdmin").toBool()) m_pSummary->append(tr("\nProcesses in this box will think they are run with administrative privileges, without actually having them, hence installers can be used even in a security hardened box.")); else if(field("boxToken").toBool()) - m_pSummary->append(tr("\nProcesses in this box will be running with a custom process token indicating the sandbox thay belong to.")); + m_pSummary->append(tr("\nProcesses in this box will be running with a custom process token indicating the sandbox they belong to.")); m_pSetDefault->setVisible(((CNewBoxWizard*)wizard())->m_bAdvanced); }