Browse Source

Removed translation for "etag" and changed spelling

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>
rakekniven 5 years ago
parent
commit
e1979fdb33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/libsync/discovery.cpp

+ 1 - 1
src/libsync/discovery.cpp

@@ -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()) {