diff options
author | Matthias Mullie <git@mullie.eu> | 2017-11-08 10:48:45 +0100 |
---|---|---|
committer | Matthias Mullie <git@mullie.eu> | 2017-11-08 10:48:48 +0100 |
commit | 19014615a91f34fe1846bc658883a09b6e851e38 (patch) | |
tree | bdc59f5e19070962fc1ff5b7c7bf39290ed6863c /languages/i18n/en.json | |
parent | e7f6fc6d6f2306ec9b07e736088f3fd420c70681 (diff) | |
download | mediawikicore-19014615a91f34fe1846bc658883a09b6e851e38.tar.gz mediawikicore-19014615a91f34fe1846bc658883a09b6e851e38.zip |
Remove trailing newline and period from message
Change-Id: I3247edd22d12ea390cd969d8d89f84fa7b1dfdba
Diffstat (limited to 'languages/i18n/en.json')
-rw-r--r-- | languages/i18n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index d993007f4f4f..b463d95b04c8 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.", |