mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
l10n: Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
907282cf89
commit
5cec3c3ca1
1 changed files with 2 additions and 2 deletions
|
@ -186,8 +186,8 @@ QPair<bool, QByteArray> DiscoveryPhase::findAndCancelDeletedJob(const QString &o
|
||||||
qCWarning(lcDiscovery) << "(*it)->_type" << (*it)->_type;
|
qCWarning(lcDiscovery) << "(*it)->_type" << (*it)->_type;
|
||||||
qCWarning(lcDiscovery) << "(*it)->_isRestoration " << (*it)->_isRestoration;
|
qCWarning(lcDiscovery) << "(*it)->_isRestoration " << (*it)->_isRestoration;
|
||||||
Q_ASSERT(false);
|
Q_ASSERT(false);
|
||||||
addErrorToGui(SyncFileItem::Status::FatalError, tr("Error while canceling delete of a file"), originalPath);
|
addErrorToGui(SyncFileItem::Status::FatalError, tr("Error while canceling deletion of a file"), originalPath);
|
||||||
emit fatalError(tr("Error while canceling delete of %1").arg(originalPath));
|
emit fatalError(tr("Error while canceling deletion of %1").arg(originalPath));
|
||||||
}
|
}
|
||||||
(*it)->_instruction = CSYNC_INSTRUCTION_NONE;
|
(*it)->_instruction = CSYNC_INSTRUCTION_NONE;
|
||||||
result = true;
|
result = true;
|
||||||
|
|
Loading…
Reference in a new issue