From 37d4d62d100d7386c35ae742084037de9b362b73 Mon Sep 17 00:00:00 2001 From: Amire80 Date: Tue, 21 Feb 2017 14:45:08 +0200 Subject: [PATCH] Fix an incorrect HTML tag in apiwarn-unclearnowtimestamp Change-Id: I74de3c0ef6feb33091126df3cc0ec452d7ede43b --- 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..7b2bcfd87d 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1791,7 +1791,7 @@ "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-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-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.", "apiwarn-unsupportedarray": "Parameter $1 uses unsupported PHP array syntax.", "apiwarn-urlparamwidth": "Ignoring width value set in $1urlparam ($2) in favor of width value derived from $1urlwidth/$1urlheight ($3).", -- 2.20.1