|
@@ -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>'.' '."\n";
|
|
|
|