mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Correct minor issues in translations
This commit is contained in:
@@ -138,7 +138,7 @@ int main(int argc, char** argv)
|
||||
if (app.isAlreadyRunning()) {
|
||||
if (parser.isSet(lockOption)) {
|
||||
if (app.sendLockToInstance()) {
|
||||
qInfo() << QObject::tr("Locked databases.").toUtf8().constData();
|
||||
qInfo() << QObject::tr("Databases have been locked.").toUtf8().constData();
|
||||
} else {
|
||||
qWarning() << QObject::tr("Database failed to lock.").toUtf8().constData();
|
||||
return EXIT_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user