From 86fda8e23e5fbd0ec27e669168506d714414549b Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sun, 13 Feb 2022 17:54:54 +0100 Subject: [PATCH] Fix string typo --- SandboxiePlus/SandMan/Views/SbieView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SandboxiePlus/SandMan/Views/SbieView.cpp b/SandboxiePlus/SandMan/Views/SbieView.cpp index 63670917..adcd77f1 100644 --- a/SandboxiePlus/SandMan/Views/SbieView.cpp +++ b/SandboxiePlus/SandMan/Views/SbieView.cpp @@ -875,7 +875,7 @@ void CSbieView::OnSandBoxAction(QAction* Action) if (theConf->GetInt("Options/WarnOpenRegistry", -1) == -1) { bool State = false; - if (CCheckableMessageBox::question(this, "Sandboxie-Plus", tr("WARNING: The opened registry editor is not sand boxed, please be careful and only do changes to the pre-selected sandbox locations.") + if (CCheckableMessageBox::question(this, "Sandboxie-Plus", tr("WARNING: The opened registry editor is not sandboxed, please be careful and only do changes to the pre-selected sandbox locations.") , tr("Don't show this warning in future"), &State, QDialogButtonBox::Ok | QDialogButtonBox::Cancel, QDialogButtonBox::Yes, QMessageBox::Information) != QDialogButtonBox::Ok) return;