From: Amire80 Date: Fri, 30 Dec 2016 06:46:56 +0000 (+0200) Subject: Change the punctuation of apierror-baddiff X-Git-Tag: 1.31.0-rc.0~4449 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/message.php?a=commitdiff_plain;h=52bea62291d9efe0d2d4e9e6aee48734e1f5159b;p=lhc%2Fweb%2Fwiklou.git Change the punctuation of apierror-baddiff A comma implies that one of three different things happened. A full stop makes it clear that one thing happened, and one of the two reasons in the next sentence was the reason for it. Change-Id: I79aa8222dd0f6f1af74bc2017c4e058a559ef719 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index f6eeffe880..bdc5c805f9 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1553,7 +1553,7 @@ "apierror-autoblocked": "Your IP address has been blocked automatically, because it was used by a blocked user.", "apierror-badconfig-resulttoosmall": "The value of $wgAPIMaxResultSize on this wiki is too small to hold basic result information.", "apierror-badcontinue": "Invalid continue param. You should pass the original value returned by the previous query.", - "apierror-baddiff": "The diff cannot be retrieved, one or both revisions do not exist or you do not have permission to view them.", + "apierror-baddiff": "The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.", "apierror-baddiffto": "$1diffto must be set to a non-negative number, prev, next or cur.", "apierror-badformat-generic": "The requested format $1 is not supported for content model $2.", "apierror-badformat": "The requested format $1 is not supported for content model $2 used by $3.",