restore Paul's changes :-)
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 19 Aug 2002 14:50:17 +0000 (14:50 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 19 Aug 2002 14:50:17 +0000 (14:50 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3368 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index 3f6b132de199bf166b3f68f390200f5778a1eb88..7f91f99de4093ef4b1408888a3520b0e65aead91 100644 (file)
@@ -485,9 +485,9 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp
    $comp_action_uri = $comp_uri . '&amp;action=forward_as_attachment';
    if ($compose_new_win == '1') {
       $s .= '<a href="javascript:void(0)" '. 
-            'onclick="comp_in_new(\''.$comp_action_uri.'\')">'._("Forward as attachment").'</a>';
+            'onclick="comp_in_new(\''.$comp_action_uri.'\')">'._("Forward as Attachment").'</a>';
    } else {
-      $s .= '<a href="'.$comp_action_uri.'">'._("Forward as attachment").'</a>';
+      $s .= '<a href="'.$comp_action_uri.'">'._("Forward as Attachment").'</a>';
    }
    $s .= $topbar_delimiter;