mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-22 06:28:52 -04:00
Fix translations
This commit is contained in:
parent
1ca358f3fd
commit
60f7744ec6
11 changed files with 4428 additions and 4472 deletions
|
@ -93,7 +93,7 @@ int Analyze::executeWithDatabase(QSharedPointer<Database> database, QSharedPoint
|
|||
if (count > 0) {
|
||||
out << QObject::tr("Password for '%1' has been leaked %2 time(s)!", "", count).arg(path).arg(count) << endl;
|
||||
} else {
|
||||
out << QObject::tr("Password for '%1' has been leaked!", "", count).arg(path) << endl;
|
||||
out << QObject::tr("Password for '%1' has been leaked!").arg(path) << endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue