--- invisimail.module.orig 2009-10-15 06:04:57.000000000 -0400 +++ invisimail.module 2009-10-15 06:05:09.000000000 -0400 @@ -59,6 +59,8 @@ case 0: if ($long) { return t('Every email address in the input text will be replaced with its ascii equivalent.'); + } else { + return t('Email addresses will be obfuscated in the page source.'); } break; }