Update Forced Programs string

Similarly to b753b0039b (diff-04e85177c4d15d42b1bf0fe9ffe8ef5d20cc37f6fc3ccff40003353269a85896)
This commit is contained in:
isaak654 2022-01-30 12:44:59 +01:00 committed by GitHub
parent 9a0d01cb58
commit 0d573bbad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1428,7 +1428,7 @@ void CSandMan::OnDisableForce()
int LastValue = theAPI->GetGlobalSettings()->GetNum("ForceDisableSeconds", 60);
bool bOK = false;
Seconds = QInputDialog::getInt(this, "Sandboxie-Plus", tr("Please enter the duration, in seconds, for disabling forced programs."), LastValue, 0, INT_MAX, 1, &bOK);
Seconds = QInputDialog::getInt(this, "Sandboxie-Plus", tr("Please enter the duration, in seconds, for disabling Forced Programs rules."), LastValue, 0, INT_MAX, 1, &bOK);
if (!bOK)
return;
}