Index: email_verify.inc.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/email_verify/email_verify.inc.php,v retrieving revision 1.1.2.2 diff -u -r1.1.2.2 email_verify.inc.php --- email_verify.inc.php 11 Apr 2009 11:07:12 -0000 1.1.2.2 +++ email_verify.inc.php 12 May 2010 16:23:50 -0000 @@ -15,7 +15,7 @@ // checkdnsrr and getmxrr were added to Windows platform in PHP 5.3 // http://www.php.net/checkdnsrr http://www.php.net/manual/en/function.getmxrr.php if (stristr(PHP_OS, 'WIN') && PHP_VERSION < 5.3) { - drupal_set_message(t('Email Verify could not check the address because the server is running on Windows with a version of PHP below 5.3.'), 'warning'); + drupal_set_message(t('Email Verify could not check the address(es) because the server is running on Windows with a version of PHP below 5.3.'), 'warning', FALSE); return; }