Fix the grammar of apihelp-options-param-option(name|value)
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Sun, 26 Jul 2015 17:58:35 +0000 (20:58 +0300)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Tue, 28 Jul 2015 11:48:26 +0000 (14:48 +0300)
Change-Id: I85d20f30b9c3e2d48323fc848d5bc5f59c6b704e

includes/api/i18n/en.json

index 46440e5..e9a48cf 100644 (file)
        "apihelp-options-param-reset": "Resets preferences to the site defaults.",
        "apihelp-options-param-resetkinds": "List of types of options to reset when the <var>$1reset</var> option is set.",
        "apihelp-options-param-change": "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.",
-       "apihelp-options-param-optionname": "A name of a option which should be set to the value given by <var>$1optionvalue</var>.",
-       "apihelp-options-param-optionvalue": "A value of the option specified by <var>$1optionname</var>, can contain pipe characters.",
+       "apihelp-options-param-optionname": "The name of the option that should be set to the value given by <var>$1optionvalue</var>.",
+       "apihelp-options-param-optionvalue": "The value for the option specified by <var>$1optionname</var>, can contain pipe characters.",
        "apihelp-options-example-reset": "Reset all preferences.",
        "apihelp-options-example-change": "Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.",
        "apihelp-options-example-complex": "Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.",