Correct Translation Warnings

This commit is contained in:
Jonathan White 2019-10-20 20:39:21 -04:00
parent 936bda8f71
commit 4cc06f94c0
2 changed files with 3 additions and 1 deletions

View file

@ -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)) {