? 710638-mimedetect-13.patch Index: mimedetect.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/mimedetect/mimedetect.install,v retrieving revision 1.8 diff -u -p -r1.8 mimedetect.install --- mimedetect.install 12 Sep 2009 17:11:07 -0000 1.8 +++ mimedetect.install 26 May 2010 20:42:20 -0000 @@ -48,7 +48,7 @@ function mimedetect_requirements($phase) } else { $requirement['value'] = $t('File Extension'); - $requirement['description'] = $t("MimeDetect is using the browser supplied filename for file extension lookups. It is strongly recommended that you install and configure the PHP Fileinfo Extension or the UNIX 'file' command to provide more accurate severside mime type detection."); + $requirement['description'] = $t("MimeDetect is using the browser supplied filename for file extension lookups. It is strongly recommended that you install and configure the PHP Fileinfo Extension or the UNIX 'file' command to provide more accurate sever-side mime type detection."); $requirement['severity'] = REQUIREMENT_WARNING; }