Closed (fixed)
Project:
AntiSpam
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
5 Jun 2009 at 08:33 UTC
Updated:
5 Jun 2009 at 14:26 UTC
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
Comment #1
pixture commentedThanks for the info. I have fixed this in the CVS Head. The next release will have this fix.
Comment #2
pixture commented