From ab7dda12a55b786df8c85d7ec5ac76dec6ba9b50 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:59:41 +0200 Subject: [PATCH] chore(i18n): Changed grammar Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/gui/macOS/fileprovidereditlocallyjob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/macOS/fileprovidereditlocallyjob.cpp b/src/gui/macOS/fileprovidereditlocallyjob.cpp index 1045c1424090a..750a4f4333108 100644 --- a/src/gui/macOS/fileprovidereditlocallyjob.cpp +++ b/src/gui/macOS/fileprovidereditlocallyjob.cpp @@ -78,7 +78,7 @@ void FileProviderEditLocallyJob::idGetError(const QNetworkReply * const reply) { const auto errorString = reply == nullptr ? "Unknown error" : reply->errorString(); qCWarning(lcFileProviderEditLocallyJob) << "Could not get file ocId." << errorString; - showError(tr("Could not get file id."), errorString); + showError(tr("Could not get file ID."), errorString); } void FileProviderEditLocallyJob::idGetFinished(const QVariantMap &data)