From cb015e1fb471c5e489f3b91538803b8c3366bc1a Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sun, 30 Jan 2022 17:43:21 +0100 Subject: [PATCH] Fix typo in code --- SandboxiePlus/SandMan/Views/SbieView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SandboxiePlus/SandMan/Views/SbieView.cpp b/SandboxiePlus/SandMan/Views/SbieView.cpp index 58ece331..3fb24cec 100644 --- a/SandboxiePlus/SandMan/Views/SbieView.cpp +++ b/SandboxiePlus/SandMan/Views/SbieView.cpp @@ -979,7 +979,7 @@ void CSbieView::OnSandBoxAction(QAction* Action) , tr("Also delete all Snapshots"), &DeleteShapshots, QDialogButtonBox::Yes | QDialogButtonBox::No, QDialogButtonBox::Yes) != QDialogButtonBox::Yes) return; } - else if(CCheckableMessageBox::question(this, "Sandboxie-Plus", tr("Do you really want to delete the content of all sellected sandboxes?") + else if(CCheckableMessageBox::question(this, "Sandboxie-Plus", tr("Do you really want to delete the content of all selected sandboxes?") , tr("Also delete all Snapshots"), &DeleteShapshots, QDialogButtonBox::Yes | QDialogButtonBox::No, QDialogButtonBox::Yes) != QDialogButtonBox::Yes) return; @@ -1369,4 +1369,4 @@ void CSbieView::SaveUserConfig() theAPI->GetUserSettings()->SetText("BoxDisplayOrder", Grouping); theAPI->GetUserSettings()->SetText("BoxCollapsedView", m_Collapsed.toList().join(",")); -} \ No newline at end of file +}