From 52bea62291d9efe0d2d4e9e6aee48734e1f5159b Mon Sep 17 00:00:00 2001 From: Amire80 Date: Fri, 30 Dec 2016 08:46:56 +0200 Subject: [PATCH] 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 --- includes/api/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", -- 2.20.1