mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-08 23:12:52 -04:00
Correct Translation Warnings
This commit is contained in:
parent
936bda8f71
commit
4cc06f94c0
2 changed files with 3 additions and 1 deletions
|
@ -247,7 +247,7 @@ namespace
|
|||
Q_UNUSED(resolvedPath);
|
||||
return {reference.path,
|
||||
ShareObserver::Result::Warning,
|
||||
tr("Unsigned share container are not supported - import prevented")};
|
||||
ShareImport::tr("Unsigned share container are not supported - import prevented")};
|
||||
#else
|
||||
QFile file(resolvedPath);
|
||||
if (!file.open(QIODevice::ReadOnly)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue