From 95d3300942058f9e7d58ef539f0332f069b85308 Mon Sep 17 00:00:00 2001 From: Huji Lee Date: Sun, 11 Dec 2016 17:38:39 -0500 Subject: [PATCH] GENDER should be used for "triggered" in AbuseFilter log messages Bug: T152872 Change-Id: I42ce0d741762e01d34590b334a70d30fceb877ce --- i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index c168588e4..ae7980622 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -48,9 +48,9 @@ "abusefilter-log-search-title": "Title:", "abusefilter-log-search-wiki": "Wiki:", "abusefilter-log-search-submit": "Search", - "abusefilter-log-entry": "$1: $2 triggered an abuse filter, {{GENDER:$8|performing}} the action \"$3\" on $4.\nActions taken: $5;\nFilter description: $6", - "abusefilter-log-entry-withdiff": "$1: $2 triggered an abuse filter, {{GENDER:$8|performing}} the action \"$3\" on $4.\nActions taken: $5;\nFilter description: $6 ($7)", - "abusefilter-log-detailedentry-meta": "$1: $2 triggered $3, {{GENDER:$9|performing}} the action \"$4\" on $5.\nActions taken: $6;\nFilter description: $7 ($8)", + "abusefilter-log-entry": "$1: $2 {{GENDER:$8|triggered}} an abuse filter, {{GENDER:$8|performing}} the action \"$3\" on $4.\nActions taken: $5;\nFilter description: $6", + "abusefilter-log-entry-withdiff": "$1: $2 {{GENDER:$8|triggered}} an abuse filter, {{GENDER:$8|performing}} the action \"$3\" on $4.\nActions taken: $5;\nFilter description: $6 ($7)", + "abusefilter-log-detailedentry-meta": "$1: $2 {{GENDER:$9|triggered}} $3, {{GENDER:$9|performing}} the action \"$4\" on $5.\nActions taken: $6;\nFilter description: $7 ($8)", "abusefilter-log-detailedentry-global": "global filter $1", "abusefilter-log-detailedentry-local": "filter $1", "abusefilter-log-detailslink": "details",