projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4418edc
)
Remove excessive wordiness
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 9 Oct 2009 22:35:03 +0000
(16:35 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sun, 11 Oct 2009 19:31:34 +0000
(13:31 -0600)
imp/lib/Mime/Viewer/Pdf.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/Pdf.php
b/imp/lib/Mime/Viewer/Pdf.php
index
5a51213
..
35de4af
100644
(file)
--- 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')) {