[pim/akonadi] src/core/jobs: Clarify ambiguous trash collection message
Iñigo Salvador Azurmendi <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit e646022e8e0d672694530b0d0542c25bb87d0197 by Iñigo Salvador Azurmendi.
Committed on 26/07/2026 at 23:09.
Pushed by carlschwan into branch 'master'.
Clarify ambiguous trash collection message
M +1 -1 src/core/jobs/trashjob.cpp
https://invent.kde.org/pim/akonadi/-/commit/e646022e8e0d672694530b0d0542c25bb87d0197
diff --git a/src/core/jobs/trashjob.cpp b/src/core/jobs/trashjob.cpp
index c2a1cd62e..d7fcd1644 100644
--- a/src/core/jobs/trashjob.cpp
+++ b/src/core/jobs/trashjob.cpp
@@ -152,7 +152,7 @@ void TrashJobPrivate::setAttribute(KJob *job)
qCWarning(AKONADICORE_LOG) << job->objectName();
qCWarning(AKONADICORE_LOG) << job->errorString();
q->setError(Job::Unknown);
- q->setErrorText(i18n("Move to trash collection failed, aborting trash operation"));
+ q->setErrorText(i18n("Failed to move to the trash collection; aborting the trash operation"));
return;
}