aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/i18n/en.json')
-rw-r--r--includes/api/i18n/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json
index 0c26a0d07ee2..3e0fef1719f5 100644
--- a/includes/api/i18n/en.json
+++ b/includes/api/i18n/en.json
@@ -43,6 +43,7 @@
"apihelp-block-param-partial": "Block user from specific pages or namespaces rather than the entire site.",
"apihelp-block-param-pagerestrictions": "List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.",
"apihelp-block-param-namespacerestrictions": "List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.",
+ "apihelp-block-param-actionrestrictions": "List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.",
"apihelp-block-example-ip-simple": "Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.",
"apihelp-block-example-user-complex": "Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.",