mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Update translations
* Corrected use of QCoreApplication::translate -> QObject::tr * Corrected plural usage in EntryAttachmentsWidget.cpp
This commit is contained in:
parent
8bfc539234
commit
5a34f90319
48 changed files with 128652 additions and 43462 deletions
|
@ -111,8 +111,7 @@ Application::Application(int& argc, char** argv)
|
|||
|
||||
if (!m_alreadyRunning) {
|
||||
// If we get here then the original instance is likely dead
|
||||
qWarning() << QCoreApplication::translate(
|
||||
"Main", "Existing single-instance lock file is invalid. Launching new instance.")
|
||||
qWarning() << QObject::tr("Existing single-instance lock file is invalid. Launching new instance.")
|
||||
.toUtf8()
|
||||
.constData();
|
||||
|
||||
|
@ -126,8 +125,7 @@ Application::Application(int& argc, char** argv)
|
|||
break;
|
||||
}
|
||||
default:
|
||||
qWarning() << QCoreApplication::translate("Main",
|
||||
"The lock file could not be created. Single-instance mode disabled.")
|
||||
qWarning() << QObject::tr("The lock file could not be created. Single-instance mode disabled.")
|
||||
.toUtf8()
|
||||
.constData();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue