Index: trunk/extensions/AbuseFilter/AbuseFilter.i18n.php |
— | — | @@ -335,7 +335,7 @@ |
336 | 336 | 'abusefilter-exception-dividebyzero' => 'Illegal attempt to divide $2 by zero at character $1.', |
337 | 337 | 'abusefilter-exception-unrecognisedvar' => 'Unrecognised variable $2 at character $1', |
338 | 338 | 'abusefilter-exception-notenoughargs' => 'Not enough arguments to function $2 called at character $1. |
339 | | -Expected $3 arguments, got $4', |
| 339 | + Expected $3 {{PLURAL:$3|argument|arguments}}, got $4', |
340 | 340 | 'abusefilter-exception-regexfailure' => 'Error in regular expression "$3" at character $1: "$2"', |
341 | 341 | |
342 | 342 | // Actions |