From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:32:07 +0000 (+0100) Subject: l10n: Fixed grammar X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~17^2~196^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5cec3c3ca18ccaa6fd70c6c68d09ed93c520b6f2;p=nextcloud-desktop.git l10n: Fixed grammar Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- diff --git a/src/libsync/discoveryphase.cpp b/src/libsync/discoveryphase.cpp index 59d25d13c..0e842906e 100644 --- a/src/libsync/discoveryphase.cpp +++ b/src/libsync/discoveryphase.cpp @@ -186,8 +186,8 @@ QPair DiscoveryPhase::findAndCancelDeletedJob(const QString &o qCWarning(lcDiscovery) << "(*it)->_type" << (*it)->_type; qCWarning(lcDiscovery) << "(*it)->_isRestoration " << (*it)->_isRestoration; Q_ASSERT(false); - addErrorToGui(SyncFileItem::Status::FatalError, tr("Error while canceling delete of a file"), originalPath); - emit fatalError(tr("Error while canceling delete of %1").arg(originalPath)); + addErrorToGui(SyncFileItem::Status::FatalError, tr("Error while canceling deletion of a file"), originalPath); + emit fatalError(tr("Error while canceling deletion of %1").arg(originalPath)); } (*it)->_instruction = CSYNC_INSTRUCTION_NONE; result = true;