Updated translation file and fixed typos

This commit is contained in:
Jonathan White
2019-10-20 22:16:19 -04:00
parent af263fd80d
commit 34bbf8b3a1
11 changed files with 1786 additions and 326 deletions

View File

@@ -126,7 +126,7 @@ QSharedPointer<PasswordGenerator> Generate::createGenerator(QSharedPointer<QComm
passwordGenerator->setExcludedChars(parser->value(Generate::ExcludeCharsOption));
if (!passwordGenerator->isValid()) {
errorTextStream << QObject::tr("invalid password generator after applying all options") << endl;
errorTextStream << QObject::tr("Invalid password generator after applying all options") << endl;
return QSharedPointer<PasswordGenerator>(nullptr);
}