mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-22 06:28:52 -04:00
Updated translation file and fixed typos
This commit is contained in:
parent
af263fd80d
commit
34bbf8b3a1
11 changed files with 1786 additions and 326 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue