From: Amire80 Date: Tue, 21 Feb 2017 12:45:08 +0000 (+0200) Subject: Fix an incorrect HTML tag in apiwarn-unclearnowtimestamp X-Git-Tag: 1.31.0-rc.0~4040 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=37d4d62d100d7386c35ae742084037de9b362b73;p=lhc%2Fweb%2Fwiklou.git Fix an incorrect HTML tag in apiwarn-unclearnowtimestamp Change-Id: I74de3c0ef6feb33091126df3cc0ec452d7ede43b --- 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).",