mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
Fix typo in i18n message
As pointed out on phab, there's a space missing here. Fixing as proposed there. Bug: T172617 Change-Id: I6b74f511bbae481a93e3a174d40928445096148b
This commit is contained in:
parent
220597e214
commit
61cd27972d
|
@ -478,8 +478,8 @@
|
|||
"abusefilter-log-ip-not-available": "Not Available",
|
||||
"tag-abusefilter-condition-limit": "condition limit reached",
|
||||
"tag-abusefilter-condition-limit-description": "Edits or other events that couldn't be checked by all active [[Special:AbuseFilter|abuse filters]] ([[mw:Extension:AbuseFilter/Conditions|help]]).",
|
||||
"apihelp-abusefiltercheckmatch-description": "Check to see if an AbuseFilter matches a set of variables, editor logged AbuseFilter event.\n\nvars, rcid or logid is required however only one may be used.",
|
||||
"apihelp-abusefiltercheckmatch-summary": "Check to see if an AbuseFilter matches a set of variables, editor logged AbuseFilter event.",
|
||||
"apihelp-abusefiltercheckmatch-description": "Check to see if an AbuseFilter matches a set of variables, an edit, or a logged AbuseFilter event.\n\nvars, rcid or logid is required however only one may be used.",
|
||||
"apihelp-abusefiltercheckmatch-summary": "Check to see if an AbuseFilter matches a set of variables, an edit, or a logged AbuseFilter event.",
|
||||
"apihelp-abusefiltercheckmatch-extended-description": "vars, rcid or logid is required however only one may be used.",
|
||||
"apihelp-abusefiltercheckmatch-param-filter": "The full filter text to check for a match.",
|
||||
"apihelp-abusefiltercheckmatch-param-vars": "JSON encoded array of variables to test against.",
|
||||
|
|
Loading…
Reference in a new issue