From: Michael M Slusarz Date: Fri, 13 Nov 2009 17:24:15 +0000 (-0700) Subject: Less wordy X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=48d77fd22392ebc997615ca7694c9c2145bdbb17;p=horde.git Less wordy --- 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');