From 25516e56ec887887fa947f2ad774c87cef78168d Mon Sep 17 00:00:00 2001 From: thomppj Date: Thu, 15 Aug 2002 16:30:37 +0000 Subject: [PATCH] Changed new word for Envelope Options git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3314 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index 99e14d59..2138e904 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -518,7 +518,7 @@ function formatToolbar($mailbox, $passed_id, $passed_ent_id, $message, $color) { $url = $base_uri.'src/view_header.php?'.$QUERY_STRING; $s = "\n"; - $s .= '' . _("Other") . ":  \n"; + $s .= '' . _("Options") . ":  \n"; $s .= ''; $s .= ''.("View Full Header").''; -- 2.25.1