From: jenkins-bot Date: Thu, 2 Jul 2015 08:09:14 +0000 (+0000) Subject: Merge "Make an apihelp message less repetitive" X-Git-Tag: 1.31.0-rc.0~10902 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=076f3aad755692d0893b25373e0f0973061d8834;p=lhc%2Fweb%2Fwiklou.git Merge "Make an apihelp message less repetitive" --- 076f3aad755692d0893b25373e0f0973061d8834 diff --cc includes/api/i18n/en.json index 680f9ae9d3,5fb38ab372..c0633bc5a8 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@@ -1115,9 -1114,11 +1115,9 @@@ "apihelp-watch-example-unwatch": "Unwatch the page Main Page.", "apihelp-watch-example-generator": "Watch the first few pages in the main namespace.", - "apihelp-format-example-generic": "Format the query result in the $1 format.", + "apihelp-format-example-generic": "Return the query result in the $1 format.", "apihelp-dbg-description": "Output data in PHP's var_export() format.", "apihelp-dbgfm-description": "Output data in PHP's var_export() format (pretty-print in HTML).", - "apihelp-dump-description": "Output data in PHP's var_dump() format.", - "apihelp-dumpfm-description": "Output data in PHP's var_dump() format (pretty-print in HTML).", "apihelp-json-description": "Output data in JSON format.", "apihelp-json-param-callback": "If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.", "apihelp-json-param-utf8": "If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when formatversion is not 1.",