Merge "Remove final period from api module descriptions"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 9 Mar 2014 20:09:25 +0000 (20:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 9 Mar 2014 20:09:25 +0000 (20:09 +0000)
1  2 
includes/api/ApiOptions.php

@@@ -174,11 -174,10 +174,11 @@@ class ApiOptions extends ApiBase 
                        'token' => 'An options token previously obtained through the action=tokens',
                        'reset' => 'Resets preferences to the site defaults',
                        'resetkinds' => 'List of types of options to reset when the "reset" option is set',
 -                      'change' => 'List of changes, formatted name=value (e.g. skin=vector), ' .
 -                              'value cannot contain pipe characters. If no value is given (not ' .
 +                      'change' => array( 'List of changes, formatted name=value (e.g. skin=vector), ' .
 +                              'value cannot contain pipe characters. If no value is given (not ',
                                'even an equals sign), e.g., optionname|otheroption|..., the ' .
 -                              'option will be reset to its default value',
 +                              'option will be reset to its default value'
 +                      ),
                        'optionname' => 'A name of a option which should have an optionvalue set',
                        'optionvalue' => 'A value of the option specified by the optionname, ' .
                                'can contain pipe characters',
                        'Change preferences of the current user',
                        'Only options which are registered in core or in one of installed extensions,',
                        'or as options with keys prefixed with \'userjs-\' (intended to be used by user',
-                       'scripts), can be set.'
+                       'scripts), can be set'
                );
        }