From 5bb0c55e5085b09925398c56adb445dbec77e08f Mon Sep 17 00:00:00 2001 From: Amire80 Date: Tue, 21 Feb 2017 14:38:34 +0200 Subject: [PATCH] Better punctuation in apiwarn-toomanyvalues Change-Id: I2c4fde28bf0affcb81fc8948c7b946ca8b23ed12 --- 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 cde379771c..974cd4fed0 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1789,7 +1789,7 @@ "apiwarn-redirectsandrevids": "Redirect resolution cannot be used together with the revids parameter. Any redirects the revids point to have not been resolved.", "apiwarn-tokennotallowed": "Action \"$1\" is not allowed for the current user.", "apiwarn-tokens-origin": "Tokens may not be obtained when the same-origin policy is not applied.", - "apiwarn-toomanyvalues": "Too many values supplied for parameter $1: the limit is $2.", + "apiwarn-toomanyvalues": "Too many values supplied for parameter $1. The limit is $2.", "apiwarn-truncatedresult": "This result was truncated because it would otherwise be larger than the limit of $1 bytes.", "apiwarn-unclearnowtimestamp": "Passing \"$2\" for timestamp parameter $1 has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use now.", "apiwarn-unrecognizedvalues": "Unrecognized {{PLURAL:$3|value|values}} for parameter $1: $2.", -- 2.20.1