From 86aa39b3a012755727f20d31641959754bac1cb8 Mon Sep 17 00:00:00 2001 From: indiri69 Date: Wed, 21 Aug 2002 17:22:53 +0000 Subject: [PATCH] Missed a spelling change git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3389 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index 6d577136..bacaf59d 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -485,9 +485,9 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp $comp_action_uri = $comp_uri . '&action=forward_as_attachment'; if ($compose_new_win == '1') { $s .= ''._("Forward as attachment").''; + 'onclick="comp_in_new(\''.$comp_action_uri.'\')">'._("Forward as Attachment").''; } else { - $s .= ''._("Forward as attachment").''; + $s .= ''._("Forward as Attachment").''; } $s .= $topbar_delimiter; -- 2.25.1