Hi there,

Row 441 of antispam.admin.in contains an error:
. t('False Nagative') . '|' . t('False Positive') // legend

Should be
. t('False Negative') . '|' . t('False Positive') // legend

Regards

Comments

pixture’s picture

Assigned: Unassigned » pixture
Status: Active » Fixed

Thanks for the info. I have fixed this in the CVS Head. The next release will have this fix.

pixture’s picture

Status: Fixed » Closed (fixed)