Fix string typo

This commit is contained in:
isaak654 2022-02-13 17:54:54 +01:00
parent 96392e67f4
commit 86fda8e23e
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ void CSbieView::OnSandBoxAction(QAction* Action)
if (theConf->GetInt("Options/WarnOpenRegistry", -1) == -1) if (theConf->GetInt("Options/WarnOpenRegistry", -1) == -1)
{ {
bool State = false; 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) , tr("Don't show this warning in future"), &State, QDialogButtonBox::Ok | QDialogButtonBox::Cancel, QDialogButtonBox::Yes, QMessageBox::Information) != QDialogButtonBox::Ok)
return; return;