Index: trunk/phase3/includes/api/ApiQueryAllCategories.php |
— | — | @@ -144,7 +144,7 @@ |
145 | 145 | 'prefix' => 'Search for all category titles that begin with this value.', |
146 | 146 | 'dir' => 'Direction to sort in.', |
147 | 147 | 'limit' => 'How many categories to return.', |
148 | | - 'prop' => 'Indicates if API should output category size', |
| 148 | + 'prop' => 'Which properties to get', |
149 | 149 | ); |
150 | 150 | } |
151 | 151 | |