Index: trunk/phase3/includes/api/ApiQuery.php |
— | — | @@ -642,7 +642,7 @@ |
643 | 643 | 'NOTE: generator parameter names must be prefixed with a \'g\', see examples' ), |
644 | 644 | 'redirects' => 'Automatically resolve redirects', |
645 | 645 | 'converttitles' => array( "Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion.", |
646 | | - 'Languages that support variant conversion are kk, ku, gan, tg, sr, zh' ), |
| 646 | + 'Languages that support variant conversion include kk, ku, gan, tg, sr, zh' ), |
647 | 647 | 'indexpageids' => 'Include an additional pageids section listing all returned page IDs', |
648 | 648 | 'export' => 'Export the current revisions of all given or generated pages', |
649 | 649 | 'exportnowrap' => 'Return the export XML without wrapping it in an XML result (same format as Special:Export). Can only be used with export', |