From: Amir E. Aharoni Date: Tue, 30 Jun 2015 08:21:22 +0000 (+0300) Subject: Make an apihelp message less repetitive X-Git-Tag: 1.31.0-rc.0~10902^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=391d5a6609522423f97af2d169b7349b1227403c;p=lhc%2Fweb%2Fwiklou.git Make an apihelp message less repetitive Avoid saying "format" twice. Change-Id: I4c389944cf8777fffac9234852ce7eb29a82a777 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 6d1b1ec967..5fb38ab372 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1114,7 +1114,7 @@ "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.",