Bladeren bron

Use a consistent capitalization of "SquirrelMail" throughout the application.

Thijs Kinkhorst 23 jaren geleden
bovenliggende
commit
708214822b
2 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 1 1
      functions/mime.php
  2. 3 3
      functions/page_header.php

+ 1 - 1
functions/mime.php

@@ -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 );

+ 3 - 3
functions/page_header.php

@@ -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;   
 
     }