Update sandman_nl.ts

This commit is contained in:
Thomas De Rocker 2021-07-18 21:08:54 +02:00 committed by GitHub
parent bb76691ec7
commit 63ccfe3410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1241 additions and 993 deletions

View File

@ -29,7 +29,7 @@
</size>
</property>
<property name="windowTitle">
<string>SandboxiePlus sellect box</string>
<string>SandboxiePlus select box</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>

View File

@ -1583,7 +1583,7 @@ QString CSandMan::FormatError(const SB_STATUS& Error)
case SB_ConfigFailed: Message = tr("Failed to set configuration setting %1 in section %2: %3"); break;
case SB_SnapIsEmpty: Message = tr("Can not create snapshot of an empty sandbox"); break;
case SB_NameExists: Message = tr("A sandbox with that name already exists"); break;
case SB_PasswordBad: Message = tr("The config password must not be longer than 64 charakters"); break;
case SB_PasswordBad: Message = tr("The config password must not be longer than 64 characters"); break;
default: return tr("Unknown Error Status: %1").arg(Error.GetStatus());
}

File diff suppressed because it is too large Load Diff