Remove excessive wordiness
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 9 Oct 2009 22:35:03 +0000 (16:35 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sun, 11 Oct 2009 19:31:34 +0000 (13:31 -0600)
imp/lib/Mime/Viewer/Pdf.php

index 5a51213..35de4af 100644 (file)
@@ -78,7 +78,7 @@ class IMP_Horde_Mime_Viewer_Pdf extends Horde_Mime_Viewer_Pdf
         }
 
         $status = array(
-            sprintf(_("A PDF file named %s is attached to this message. A thumbnail is below."), $this->_mimepart->getName(true)),
+            sprintf(_("A PDF file named %s is attached to this message."), $this->_mimepart->getName(true)),
         );
 
         if ($GLOBALS['browser']->hasFeature('javascript')) {