From 060ff11085782377f7cb6a810453419e1786c8c7 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 9 Oct 2009 16:35:03 -0600 Subject: [PATCH] Remove excessive wordiness --- imp/lib/Mime/Viewer/Pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) { -- 2.11.0