From 5e8de8b65156fa98e9d9ffb284ebd24050a6f3bd Mon Sep 17 00:00:00 2001 From: kink Date: Tue, 22 Oct 2002 20:55:22 +0000 Subject: [PATCH] Use a consistent capitalization of "SquirrelMail" throughout the application. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3932 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- functions/page_header.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/mime.php b/functions/mime.php index a312c831..0984dccf 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -38,7 +38,7 @@ function mime_structure ($bodystructure, $flags=array()) { displayPageHeader( $color, urldecode($mailbox) ); echo "\n\n" . '
'; - $errormessage = _("Squirrelmail could not decode the bodystructure of the message"); + $errormessage = _("SquirrelMail could not decode the bodystructure of the message"); $errormessage .= '
'._("the provided bodystructure by your imap-server").':

'; $errormessage .= '
' . htmlspecialchars($read) . '
'; plain_error_message( $errormessage, $color ); diff --git a/functions/page_header.php b/functions/page_header.php index 7b0998ac..b3a3dbd0 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -121,7 +121,7 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) { "\n"; } - displayHtmlHeader ('Squirrelmail', $js); + displayHtmlHeader ('SquirrelMail', $js); $onload = $xtra; break; case 'src/compose.php': @@ -150,7 +150,7 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) { $js .= "// -->\n". "\n"; $onload = "onLoad=\"checkForm();\""; - displayHtmlHeader ('Squirrelmail', $js); + displayHtmlHeader ('SquirrelMail', $js); break; default: @@ -199,7 +199,7 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) { $onload = "onLoad=\"checkForm();\""; - displayHtmlHeader ('Squirrelmail', $js); + displayHtmlHeader ('SquirrelMail', $js); break; } -- 2.25.1