chore(i18n): Changed grammar
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Tue, 23 Jul 2024 09:59:41 +0000 (11:59 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Tue, 6 Aug 2024 16:22:38 +0000 (18:22 +0200)
Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
src/gui/macOS/fileprovidereditlocallyjob.cpp

index 1045c1424090a23958fa3a183e169b70c953e4b1..750a4f43331088d044198b729b872431c497b473 100644 (file)
@@ -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)