From 48d77fd22392ebc997615ca7694c9c2145bdbb17 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 13 Nov 2009 10:24:15 -0700 Subject: [PATCH] Less wordy --- imp/lib/Compose.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index be7d50252..32a7a349f 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -1060,10 +1060,10 @@ class IMP_Compose $htmlBody->setType('text/html'); $htmlBody->setCharset($charset); $htmlBody->setDisposition('inline'); - $htmlBody->setDescription(Horde_String::convertCharset(_("HTML Version of Message"), $nls_charset, $charset)); + $htmlBody->setDescription(Horde_String::convertCharset(_("HTML Version"), $nls_charset, $charset)); $htmlBody->setContents(Horde_Text_Filter::filter($body_html, 'cleanhtml', array('charset' => $charset))); - $textBody->setDescription(Horde_String::convertCharset(_("Plaintext Version of Message"), $nls_charset, $charset)); + $textBody->setDescription(Horde_String::convertCharset(_("Plaintext Version"), $nls_charset, $charset)); $textpart = new Horde_Mime_Part(); $textpart->setType('multipart/alternative'); -- 2.11.0