Typo fixes (OptionsAccess.cpp)
This commit is contained in:
parent
edfaf6dbd1
commit
44af1f0102
|
@ -316,13 +316,13 @@ QString COptionsWindow::GetAccessModeTip(EAccessMode Mode)
|
||||||
{
|
{
|
||||||
switch (Mode)
|
switch (Mode)
|
||||||
{
|
{
|
||||||
case eNormal: return tr("Regular sandboxie behaviore, allow read and copy on write.");
|
case eNormal: return tr("Regular Sandboxie behavior - allow read and also copy on write.");
|
||||||
case eOpen: return tr("Allow write access outside the sandbox.");
|
case eOpen: return tr("Allow write-access outside the sandbox.");
|
||||||
case eOpen4All: return tr("Allow write access outside the sandbox, also for applciations installed inside the sandbox.");
|
case eOpen4All: return tr("Allow write-access outside the sandbox, also for applications installed inside the sandbox.");
|
||||||
case eNoRename: return tr("Don't rename window classes.");
|
case eNoRename: return tr("Don't rename window classes.");
|
||||||
case eClosed: return tr("Deny access to host location and prevetn creation of boxed copy.");
|
case eClosed: return tr("Deny access to host location and prevent creation of sandboxed copies.");
|
||||||
case eClosedRT: return tr("Block access to WinRT class.");
|
case eClosedRT: return tr("Block access to WinRT class.");
|
||||||
case eReadOnly: return tr("Allow read only access only.");
|
case eReadOnly: return tr("Allow read-only access only.");
|
||||||
case eBoxOnly: return tr("Hide host files, folders or registry keys from sandboxed processes.");
|
case eBoxOnly: return tr("Hide host files, folders or registry keys from sandboxed processes.");
|
||||||
case eIgnoreUIPI: return tr("Ignore UIPI restrictions for processes.");
|
case eIgnoreUIPI: return tr("Ignore UIPI restrictions for processes.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue