Less wordy
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 13 Nov 2009 17:24:15 +0000 (10:24 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 13 Nov 2009 17:24:15 +0000 (10:24 -0700)
imp/lib/Compose.php

index be7d502..32a7a34 100644 (file)
@@ -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');