From e1979fdb33a96a36d2e0f2814532f1a1a4668d4c Mon Sep 17 00:00:00 2001 From: rakekniven Date: Sun, 20 Dec 2020 11:12:01 +0100 Subject: [PATCH] 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 --- src/libsync/discovery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/discovery.cpp b/src/libsync/discovery.cpp index 0ac4593d3..6bc3ba592 100644 --- a/src/libsync/discovery.cpp +++ b/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()) { -- 2.30.2