mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-21 14:08:43 -04:00
Address translation feedback from Transifex
This commit is contained in:
parent
4f7460afbd
commit
f3d88fbd36
53 changed files with 152 additions and 156 deletions
|
@ -63,7 +63,7 @@ int Analyze::executeWithDatabase(QSharedPointer<Database> database, QSharedPoint
|
|||
|
||||
auto okon = parser->value(Analyze::OkonOption);
|
||||
if (!okon.isEmpty()) {
|
||||
out << QObject::tr("Evaluating database entries using okon...") << endl;
|
||||
out << QObject::tr("Evaluating database entries using okon…") << endl;
|
||||
|
||||
if (!HibpOffline::okonReport(database, okon, hibpDatabase, findings, &error)) {
|
||||
err << error << endl;
|
||||
|
@ -76,7 +76,7 @@ int Analyze::executeWithDatabase(QSharedPointer<Database> database, QSharedPoint
|
|||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
out << QObject::tr("Evaluating database entries against HIBP file, this will take a while...") << endl;
|
||||
out << QObject::tr("Evaluating database entries against HIBP file, this will take a while…") << endl;
|
||||
|
||||
if (!HibpOffline::report(database, hibpFile, findings, &error)) {
|
||||
err << error << endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue