From eaed316ed04461bb49ac0a67231915d482d459a1 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sun, 26 Jul 2015 20:58:35 +0300 Subject: [PATCH] Fix the grammar of apihelp-options-param-option(name|value) Change-Id: I85d20f30b9c3e2d48323fc848d5bc5f59c6b704e --- includes/api/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.", -- 2.20.1