Use a consistent capitalization of "SquirrelMail" throughout the application.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 22 Oct 2002 20:55:22 +0000 (20:55 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 22 Oct 2002 20:55:22 +0000 (20:55 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3932 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php
functions/page_header.php

index a312c831c2a4e63d04f5ca0bc8efe3b6ba16efcd..0984dccf143f7643efd8d8b40be24fa2b87b33ef 100644 (file)
@@ -38,7 +38,7 @@ function mime_structure ($bodystructure, $flags=array()) {
         displayPageHeader( $color, urldecode($mailbox) );
         echo "<BODY TEXT=\"$color[8]\" BGCOLOR=\"$color[4]\" LINK=\"$color[7]\" VLINK=\"$color[7]\" ALINK=\"$color[7]\">\n\n" .
          '<CENTER>';
-        $errormessage  = _("Squirrelmail could not decode the bodystructure of the message");
+        $errormessage  = _("SquirrelMail could not decode the bodystructure of the message");
         $errormessage .= '<BR>'._("the provided bodystructure by your imap-server").':<BR><BR>';
         $errormessage .= '<table><tr><td>' . htmlspecialchars($read) . '</td></tr></table>';
         plain_error_message( $errormessage, $color );
index 7b0998acea9bc3b526385d7c9b5cb99c555176aa..b3a3dbd00fcf20bdb9cad24c8128c24c7a837860 100644 (file)
@@ -121,7 +121,7 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) {
                       "</script>\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".
                 "</script>\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;   
 
     }