From: Brad Jorsch Date: Fri, 24 Aug 2018 17:42:54 +0000 (-0400) Subject: API: Remove duplicate i18n messages from I700edfa7 X-Git-Tag: 1.34.0-rc.0~4316^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/One?a=commitdiff_plain;h=e0d4610f29e110f8f6fe705ac6a528cb166a1149;p=lhc%2Fweb%2Fwiklou.git API: Remove duplicate i18n messages from I700edfa7 Change-Id: I2e1cebf0b1e1719054fda31e2f5df1e5b7e99658 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index e29ddf91d9..ae2ffd3ddb 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -82,8 +82,6 @@ "apihelp-compare-param-toslots": "Override content of the revision specified by totitle, toid or torev.\n\nThis parameter specifies the slots that are to be modified. Use totext-{slot}, tocontentmodel-{slot}, and tocontentformat-{slot} to specify content for each slot.", "apihelp-compare-param-totext-{slot}": "Text of the specified slot. If omitted, the slot is removed from the revision.", "apihelp-compare-param-tosection-{slot}": "When totext-{slot} is the content of a single section, this is the section number. It will be merged into the revision specified by totitle, toid or torev as if for a section edit.", - "apihelp-compare-param-toslots": "Specify content to use instead of the content of the revision specified by totitle, toid or torev.\n\nThis parameter specifies the slots that have content. Use totext-{slot}, tocontentmodel-{slot}, and tocontentformat-{slot} to specify content for each slot.", - "apihelp-compare-param-totext-{slot}": "Text of the specified slot.", "apihelp-compare-param-tocontentmodel-{slot}": "Content model of totext-{slot}. If not supplied, it will be guessed based on the other parameters.", "apihelp-compare-param-tocontentformat-{slot}": "Content serialization format of totext-{slot}.", "apihelp-compare-param-totext": "Specify toslots=main and use totext-main instead.",