mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Correct Translation Warnings
This commit is contained in:
parent
936bda8f71
commit
4cc06f94c0
@ -27,6 +27,8 @@
|
||||
*/
|
||||
class OpData01 : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit OpData01(QObject* parent = nullptr);
|
||||
~OpData01() override;
|
||||
|
@ -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…
Reference in New Issue
Block a user