From ef3f55ca3415de28737c169d8e2c55630b729b49 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 7 Dec 2013 13:35:48 +0100 Subject: [PATCH] Add explicit GENDER support in log entry Change-Id: Ic096fa0d1eabb622215a439406d12bf7bc4b7e2d --- SpamBlacklist.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpamBlacklist.i18n.php b/SpamBlacklist.i18n.php index 26e4b015..ae69c30e 100644 --- a/SpamBlacklist.i18n.php +++ b/SpamBlacklist.i18n.php @@ -56,7 +56,7 @@ $messages['en'] = array( 'spam-blacklist-desc' => 'Regex-based anti-spam tool allowing to blacklist URLs in pages and email addresses for registered users', 'log-name-spamblacklist' => 'Spam blacklist log', 'log-description-spamblacklist' => 'These events track spam blacklist hits.', - 'logentry-spamblacklist-hit' => '$1 caused a spam blacklist hit on $3 by attempting to add $4.', + 'logentry-spamblacklist-hit' => '{{GENDER:$2|$1}} caused a spam blacklist hit on $3 by attempting to add $4.', 'right-spamblacklistlog' => 'View spam blacklist log', 'action-spamblacklistlog' => 'view the spam blacklist log', );