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

@ -78,5 +78,5 @@ void Analyze::printHibpFinding(const Entry* entry, int count, QTextStream& out)
path.prepend("/").prepend(g->name());
}
out << QObject::tr("Password for '%1' has been leaked %2 times!").arg(path).arg(count) << endl;
out << QObject::tr("Password for '%1' has been leaked %2 time(s)!", "", count).arg(path).arg(count) << endl;
}