API: Change acprop description to allow for future expansion
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 24 Mar 2008 21:08:57 +0000 (21:08 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 24 Mar 2008 21:08:57 +0000 (21:08 +0000)
includes/api/ApiQueryAllCategories.php

index 51b7a85..03e3c29 100644 (file)
@@ -144,7 +144,7 @@ class ApiQueryAllCategories extends ApiQueryGeneratorBase {
                        'prefix' => 'Search for all category titles that begin with this value.',
                        'dir' => 'Direction to sort in.',
                        'limit' => 'How many categories to return.',
-                       'prop' => 'Indicates if API should output category size',
+                       'prop' => 'Which properties to get',
                );
        }