From: Amir E. Aharoni Date: Sun, 26 Jul 2015 17:58:35 +0000 (+0300) Subject: Fix the grammar of apihelp-options-param-option(name|value) X-Git-Tag: 1.31.0-rc.0~10615^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=eaed316ed04461bb49ac0a67231915d482d459a1;p=lhc%2Fweb%2Fwiklou.git Fix the grammar of apihelp-options-param-option(name|value) Change-Id: I85d20f30b9c3e2d48323fc848d5bc5f59c6b704e --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 46440e5f30..e9a48cf2e6 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -258,8 +258,8 @@ "apihelp-options-param-reset": "Resets preferences to the site defaults.", "apihelp-options-param-resetkinds": "List of types of options to reset when the $1reset 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 $1optionvalue.", - "apihelp-options-param-optionvalue": "A value of the option specified by $1optionname, can contain pipe characters.", + "apihelp-options-param-optionname": "The name of the option that should be set to the value given by $1optionvalue.", + "apihelp-options-param-optionvalue": "The value for the option specified by $1optionname, can contain pipe characters.", "apihelp-options-example-reset": "Reset all preferences.", "apihelp-options-example-change": "Change skin and hideminor preferences.", "apihelp-options-example-complex": "Reset all preferences, then set skin and nickname.",