From 19014615a91f34fe1846bc658883a09b6e851e38 Mon Sep 17 00:00:00 2001 From: Matthias Mullie Date: Wed, 8 Nov 2017 10:48:45 +0100 Subject: [PATCH] Remove trailing newline and period from message Change-Id: I3247edd22d12ea390cd969d8d89f84fa7b1dfdba --- 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 d993007f4f..b463d95b04 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1733,7 +1733,7 @@ "uploadstash-file-not-found-no-thumb": "Could not obtain thumbnail.", "uploadstash-file-not-found-no-local-path": "No local path for scaled item.", "uploadstash-file-not-found-no-object": "Couldn't create local file object for thumbnail.", - "uploadstash-file-not-found-no-remote-thumb": "Fetching thumbnail failed: $1\nURL = $2\n.", + "uploadstash-file-not-found-no-remote-thumb": "Fetching thumbnail failed: $1\nURL = $2", "uploadstash-file-not-found-missing-content-type": "Missing content-type header.", "uploadstash-file-not-found-not-exists": "Cannot find path, or not a plain file.", "uploadstash-file-too-large": "Cannot serve a file larger than $1 bytes.", -- 2.20.1