Index: trunk/phase3/includes/api/ApiQueryAllmessages.php |
— | — | @@ -234,7 +234,7 @@ |
235 | 235 | 'prop' => 'Which properties to get', |
236 | 236 | 'enableparser' => array( 'Set to enable parser, will preprocess the wikitext of message', |
237 | 237 | 'Will substitute magic words, handle templates etc.' ), |
238 | | - 'nocontent' => 'Set to not include the content of the messages in the output.', |
| 238 | + 'nocontent' => 'If set, do not include the content of the messages in the output.', |
239 | 239 | 'title' => 'Page name to use as context when parsing message (for enableparser option)', |
240 | 240 | 'args' => 'Arguments to be substituted into message', |
241 | 241 | 'prefix' => 'Return messages with this prefix', |