X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryAllMessages.php;h=09f40fd2fa5a2a7d2bc1294815a31f573e408e09;hb=a8304d4c73fd04c338ae23f3028fc475921cc0fa;hp=d47c7b76eccc5c2b202ac0dc4217bbbd7f721716;hpb=f08625ee12d531c1255780bfb7b7f6bb0905ffd9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryAllMessages.php b/includes/api/ApiQueryAllMessages.php index d47c7b76ec..09f40fd2fa 100644 --- a/includes/api/ApiQueryAllMessages.php +++ b/includes/api/ApiQueryAllMessages.php @@ -241,10 +241,10 @@ class ApiQueryAllMessages extends ApiQueryBase { 'messages' => 'Which messages to output. "*" (default) means all messages', 'prop' => 'Which properties to get', 'enableparser' => array( 'Set to enable parser, will preprocess the wikitext of message', - 'Will substitute magic words, handle templates etc.' ), + 'Will substitute magic words, handle templates etc.' ), 'nocontent' => 'If set, do not include the content of the messages in the output.', 'includelocal' => array( "Also include local messages, i.e. messages that don't exist in the software but do exist as a MediaWiki: page.", - "This lists all MediaWiki: pages, so it will also list those that aren't 'really' messages such as Common.js", + "This lists all MediaWiki: pages, so it will also list those that aren't 'really' messages such as Common.js", ), 'title' => 'Page name to use as context when parsing message (for enableparser option)', 'args' => 'Arguments to be substituted into message', @@ -285,7 +285,7 @@ class ApiQueryAllMessages extends ApiQueryBase { } public function getDescription() { - return 'Return messages from this site'; + return 'Return messages from this site.'; } public function getExamples() {