From 7da23762a49da9b158059ebc64ae4d207cae1c73 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 4 Feb 2002 10:30:09 +0000 Subject: [PATCH] Inbox fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2350 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/page_header.php b/functions/page_header.php index 51b3c09d..d2f2ec99 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -103,6 +103,9 @@ function checkForm() { /** Here is the header and wrapping table **/ $shortBoxName = readShortMailboxName($mailbox, $delimiter); + if ( $shorBoxName == 'INBOX' ) { + $shortBoxName = _("INBOX"); + } echo "\n" . "\n" . " \n" -- 2.25.1