Przeglądaj źródła

Consistant capitalization

Thijs Kinkhorst 22 lat temu
rodzic
commit
869364224e

+ 1 - 1
plugins/message_details/message_details_main.php

@@ -17,7 +17,7 @@ require_once(SM_PATH . 'include/validate.php');
 require_once(SM_PATH . 'functions/page_header.php');
 require_once(SM_PATH . 'functions/page_header.php');
 require_once(SM_PATH . 'functions/strings.php');
 require_once(SM_PATH . 'functions/strings.php');
 
 
-displayHtmlHeader( _("Message details"), '', FALSE );
+displayHtmlHeader( _("Message Details"), '', FALSE );
 
 
 sqgetGlobalVar('mailbox', $mailbox, SQ_GET);
 sqgetGlobalVar('mailbox', $mailbox, SQ_GET);
 sqgetGlobalVar('passed_id', $passed_id, SQ_GET);
 sqgetGlobalVar('passed_id', $passed_id, SQ_GET);

+ 1 - 1
plugins/message_details/message_details_top.php

@@ -17,7 +17,7 @@ require_once(SM_PATH . 'include/validate.php');
 require_once(SM_PATH . 'functions/strings.php');
 require_once(SM_PATH . 'functions/strings.php');
 require_once(SM_PATH . 'config/config.php');
 require_once(SM_PATH . 'config/config.php');
 
 
-displayHtmlHeader( _("Message details"),
+displayHtmlHeader( _("Message Details"),
              "<script language=\"javascript\">\n".
              "<script language=\"javascript\">\n".
              "<!--\n".
              "<!--\n".
              "function printPopup() {\n".
              "function printPopup() {\n".