From 8159307c707c24c714d58e2161f3b752bf20f300 Mon Sep 17 00:00:00 2001 From: Amir Aharoni Date: Mon, 2 Sep 2019 22:08:22 +0300 Subject: [PATCH] Correct the wording of the backend-fail-hash message Change-Id: I5dfc0fa4ecc04cd2e31a633b3a6473eca48ec6c4 --- languages/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 22f22fc0cc..816839c629 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1809,7 +1809,7 @@ "backend-fail-batchsize": "The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.", "backend-fail-usable": "Could not read or write file \"$1\" due to insufficient permissions or missing directories/containers.", "backend-fail-stat": "Could not read the status of file \"$1\".", - "backend-fail-hash": "Could determine the cryptographic hash of file \"$1\".", + "backend-fail-hash": "Could not determine the cryptographic hash of file \"$1\".", "filejournal-fail-dbconnect": "Could not connect to the journal database for storage backend \"$1\".", "filejournal-fail-dbquery": "Could not update the journal database for storage backend \"$1\".", "lockmanager-notlocked": "Could not unlock \"$1\"; it is not locked.", -- 2.20.1