From: Sam Reed Date: Fri, 14 May 2010 11:25:41 +0000 (+0000) Subject: metadata is one word... X-Git-Tag: 1.31.0-rc.0~36856 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=b9c3930bb577e47d2a42c4b28695d27ab5c74b34;p=lhc%2Fweb%2Fwiklou.git metadata is one word... --- diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index ec0c04d8b6..772264a9a9 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -569,9 +569,9 @@ class ApiQuery extends ApiBase { return array( 'prop' => 'Which properties to get for the titles/revisions/pageids', 'list' => 'Which lists to get', - 'meta' => 'Which meta data to get about the site', + 'meta' => 'Which metadata to get about the site', 'generator' => array( 'Use the output of a list as the input for other prop/list/meta items', - 'NOTE: generator parameter names must be prefixed with a \'g\', see examples.' ), + 'NOTE: generator parameter names must be prefixed with a \'g\', see examples' ), 'redirects' => 'Automatically resolve redirects', 'indexpageids' => 'Include an additional pageids section listing all returned page IDs', 'export' => 'Export the current revisions of all given or generated pages',