git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3389
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$comp_action_uri = $comp_uri . '&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;