From f9376ef268b0d15ae7dc2eb9c30b126e525aeccd Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sun, 26 Jul 2015 20:49:07 +0300 Subject: [PATCH] Put "userjs-" in in apihelp-options-description This is good for markup, and is also useful for applying dir="ltr" in languages where it is needed. Change-Id: I4fbe7af8a3a83e3137a5bd014032a5ffa2ca4939 --- includes/api/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 5a6a53f86f..b19c821d5a 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -254,7 +254,7 @@ "apihelp-opensearch-param-warningsaserror": "If warnings are raised with format=json, return an API error instead of ignoring them.", "apihelp-opensearch-example-te": "Find pages beginning with Te.", - "apihelp-options-description": "Change preferences of the current user.\n\nOnly options which are registered in core or in one of installed extensions, or options with keys prefixed with \"userjs-\" (intended to be used by user scripts), can be set.", + "apihelp-options-description": "Change preferences of the current user.\n\nOnly options which are registered in core or in one of installed extensions, or options with keys prefixed with userjs- (intended to be used by user scripts), can be set.", "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.", -- 2.20.1