Removed translation for "etag" and changed spelling
authorrakekniven <mark.ziegler@rakekniven.de>
Sun, 20 Dec 2020 10:12:01 +0000 (11:12 +0100)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Mon, 28 Dec 2020 08:51:56 +0000 (08:51 +0000)
Shouldn't be translated.

Just checked https://en.wikipedia.org/wiki/HTTP_ETag and all available localized pages.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
src/libsync/discovery.cpp

index 0ac4593d31995baa0c5a4a765400bdcc702e669a..6bc3ba59262ca9f1d2a59ef13eeef7d9c01835ea 100644 (file)
@@ -409,7 +409,7 @@ void ProcessDirectoryJob::processFileAnalyzeRemoteInfo(
         if (serverEntry.remotePerm.isNull())
             missingData.append(tr("permissions"));
         if (serverEntry.etag.isEmpty())
-            missingData.append(tr("etag"));
+            missingData.append("ETag");
         if (serverEntry.fileId.isEmpty())
             missingData.append(tr("file id"));
         if (!missingData.isEmpty()) {