[pLog-svn] r1385 - plog/trunk/locale

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Wed Mar 9 15:38:55 GMT 2005


Author: jondaley
Date: 2005-03-09 15:38:55 +0000 (Wed, 09 Mar 2005)
New Revision: 1385

Modified:
   plog/trunk/locale/locale_en_US.php
Log:
changed description to American/English

Modified: plog/trunk/locale/locale_en_US.php
===================================================================
--- plog/trunk/locale/locale_en_US.php	2005-03-09 15:32:13 UTC (rev 1384)
+++ plog/trunk/locale/locale_en_US.php	2005-03-09 15:38:55 UTC (rev 1385)
@@ -2,6 +2,7 @@
 
 // include UK messages, and then just change the ones we don't like
 include_once( PLOG_CLASS_PATH."locale/locale_en_UK.php" );  
+$messages['locale_description'] = 'English/American locale file for pLog';
 
 // As dumb as it is, Americans like the month/day/year format
 $messages['date_format'] = '%m/%d/%Y %H:%M';
@@ -11,4 +12,4 @@
 $messages['controlCenter'] = 'Control Center';
 $messages['pluginCenter'] = 'Plugin Center';
 
-?>
\ No newline at end of file
+?>




More information about the pLog-svn mailing list