From: Michael M Slusarz Date: Fri, 9 Oct 2009 22:35:03 +0000 (-0600) Subject: Remove excessive wordiness X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=060ff11085782377f7cb6a810453419e1786c8c7;p=horde.git Remove excessive wordiness --- diff --git a/imp/lib/Mime/Viewer/Pdf.php b/imp/lib/Mime/Viewer/Pdf.php index 5a51213e4..35de4af8b 100644 --- a/imp/lib/Mime/Viewer/Pdf.php +++ b/imp/lib/Mime/Viewer/Pdf.php @@ -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')) {