- changed checkbox text to 'As Attachment' improve understanding
authorbraverock <braverock@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Mar 2004 15:59:00 +0000 (15:59 +0000)
committerbraverock <braverock@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Mar 2004 15:59:00 +0000 (15:59 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6969 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index e9a6dcfd98f378f0810a399d8b3c5af998960336..d7a2b26c60874b50f7a0065e1d7bc4e2d404fddd 100644 (file)
@@ -652,7 +652,7 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp
     $menu_row .= getButton('SUBMIT', 'smaction_reply_all', _("Reply All"), $on_click) ."\n";
     $menu_row .= getButton('SUBMIT', 'smaction_forward', _("Forward"), $on_click);
     if ($enable_forward_as_attachment)
-        $menu_row .= '<input type="checkbox" name="smaction_attache">' . _("Attachment") ."\n";
+        $menu_row .= '<input type="checkbox" name="smaction_attache">' . _("As Attachment") ."\n";
 
     $menu_row .= '</form>'.'&nbsp;&nbsp;'."\n";