mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-10 04:51:10 -05:00
Correct minor issues in translations
This commit is contained in:
parent
485c446013
commit
d7c054e9b2
6 changed files with 52 additions and 68 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