Update warning text

The warning also applies to some processes, not just folders.
This commit is contained in:
isaak654 2023-11-26 14:39:43 +01:00
parent 9522fe4283
commit beede4dbd1
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ bool COptionsWindow::CheckForcedItem(const QString& Value, int type)
bDangerous = true; // sub path of C:\Windows
}
if (bDangerous && QMessageBox::warning(this, "Sandboxie-Plus", tr("Forcing the specified folder will most likely break Windows, are you sure you want to proceed?")
if (bDangerous && QMessageBox::warning(this, "Sandboxie-Plus", tr("Forcing the specified entry will most likely break Windows, are you sure you want to proceed?")
, QDialogButtonBox::Yes, QDialogButtonBox::No) != QDialogButtonBox::Yes)
return false;
return true;