Consistant capitalization
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 23 Mar 2003 11:38:27 +0000 (11:38 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 23 Mar 2003 11:38:27 +0000 (11:38 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4667 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/message_details/message_details_main.php
plugins/message_details/message_details_top.php

index 9e6b2c234ef99caac410f06414b51c235134c3cf..a89f89e4215fbbed5d043258244c867a94b0cd53 100644 (file)
@@ -17,7 +17,7 @@ require_once(SM_PATH . 'include/validate.php');
 require_once(SM_PATH . 'functions/page_header.php');
 require_once(SM_PATH . 'functions/strings.php');
 
-displayHtmlHeader( _("Message details"), '', FALSE );
+displayHtmlHeader( _("Message Details"), '', FALSE );
 
 sqgetGlobalVar('mailbox', $mailbox, SQ_GET);
 sqgetGlobalVar('passed_id', $passed_id, SQ_GET);
index 92f8c0a3afb159fcf3bad7ba73de8a048e85b006..6d4ba5776c8f2cb5c00c0763aa9d6c96d78c75e0 100644 (file)
@@ -17,7 +17,7 @@ require_once(SM_PATH . 'include/validate.php');
 require_once(SM_PATH . 'functions/strings.php');
 require_once(SM_PATH . 'config/config.php');
 
-displayHtmlHeader( _("Message details"),
+displayHtmlHeader( _("Message Details"),
              "<script language=\"javascript\">\n".
              "<!--\n".
              "function printPopup() {\n".