Index: trunk/extensions/Translate/api/ApiQueryMessageTranslations.php |
— | — | @@ -121,7 +121,7 @@ |
122 | 122 | |
123 | 123 | protected function getExamples() { |
124 | 124 | return array( |
125 | | - "api.php?action=query&meta=messagetranslations&title=MediaWiki:January List of translations in the wiki for MediaWiki:January", |
| 125 | + "api.php?action=query&meta=messagetranslations&mttitle=MediaWiki:January List of translations in the wiki for MediaWiki:January", |
126 | 126 | ); |
127 | 127 | } |
128 | 128 | |