Index: trunk/phase3/includes/api/ApiQuery.php |
— | — | @@ -602,7 +602,7 @@ |
603 | 603 | 'generator' => array( 'Use the output of a list as the input for other prop/list/meta items', |
604 | 604 | 'NOTE: generator parameter names must be prefixed with a \'g\', see examples' ), |
605 | 605 | 'redirects' => 'Automatically resolve redirects', |
606 | | - 'converttitles' => 'Automatically convert titles to their canonical form', |
| 606 | + 'converttitles' => "Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion.", |
607 | 607 | 'indexpageids' => 'Include an additional pageids section listing all returned page IDs', |
608 | 608 | 'export' => 'Export the current revisions of all given or generated pages', |
609 | 609 | 'exportnowrap' => 'Return the export XML without wrapping it in an XML result (same format as Special:Export). Can only be used with export', |