Put "userjs-" in <code> in apihelp-options-description
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Sun, 26 Jul 2015 17:49:07 +0000 (20:49 +0300)
committerAmire80 <amir.aharoni@mail.huji.ac.il>
Mon, 27 Jul 2015 21:33:14 +0000 (21:33 +0000)
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

index 5a6a53f..b19c821 100644 (file)
        "apihelp-opensearch-param-warningsaserror": "If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.",
        "apihelp-opensearch-example-te": "Find pages beginning with <kbd>Te</kbd>.",
 
-       "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 <code>userjs-</code> (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 <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.",