metadata is one word...
authorSam Reed <reedy@users.mediawiki.org>
Fri, 14 May 2010 11:25:41 +0000 (11:25 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 14 May 2010 11:25:41 +0000 (11:25 +0000)
includes/api/ApiQuery.php

index ec0c04d..772264a 100644 (file)
@@ -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',