Fix typo in code

This commit is contained in:
isaak654 2022-01-30 17:43:21 +01:00 committed by GitHub
parent d34731c1ab
commit cb015e1fb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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(","));
}
}