Update SandMan.cpp

- Fixed a few typos.
This commit is contained in:
Michael 2024-07-25 11:33:57 +02:00 committed by GitHub
parent 648803f895
commit 53ea6536b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1680,7 +1680,7 @@ void CSandMan::OnMessage(const QString& MsgData)
}
}
else {
QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("Users canceled this operation."), QMessageBox::Yes, 0);
QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("User canceled this operation."), QMessageBox::Yes, 0);
}
}
else if (Message.left(4) == "Run:")