From 4d641ed2312c83b3b78411c0fa55903fee9d60ae Mon Sep 17 00:00:00 2001 From: jmunro Date: Mon, 11 Feb 2002 18:45:55 +0000 Subject: [PATCH] fixed another translation issue git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2412 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/page_header.php b/functions/page_header.php index a45173b0..cbda7535 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -167,7 +167,7 @@ function compose_Header($color, $mailbox) { global $delimiter, $hide_sm_attributions, $base_uri, $PHP_SELF, $frame_top, $compose_new_win; - displayHtmlHeader ('Compose'); + displayHtmlHeader (_("Compose")); $module = substr( $PHP_SELF, ( strlen( $PHP_SELF ) - strlen( $base_uri ) ) * -1 ); if (!isset($frame_top)) { -- 2.25.1