mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 03:26:14 -04:00
Correct minor issues in translations
This commit is contained in:
parent
cd1aa6ee4a
commit
19d4f7334c
6 changed files with 66 additions and 82 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue