[pLog-svn] r5037 - plog/branches/lifetype-1.2/locale

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Mar 10 11:48:52 EST 2007


Author: oscar
Date: 2007-03-10 11:48:51 -0500 (Sat, 10 Mar 2007)
New Revision: 5037

Modified:
   plog/branches/lifetype-1.2/locale/locale_nl_NL.php
Log:
Fixed a small issue with a missing parenthese.


Modified: plog/branches/lifetype-1.2/locale/locale_nl_NL.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-03-10 16:43:28 UTC (rev 5036)
+++ plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-03-10 16:48:51 UTC (rev 5037)
@@ -7,7 +7,7 @@
 $messages['date_format'] = '%d/%m/%Y %H:%M';
 
 // days of the week
-$messages['days'] = Array( Zondag', 'Maandag', 'Dindsag', 'Woensdag', 'Donderdag', 'Vrijdag', 'Zaterdag' );
+$messages['days'] = Array( 'Zondag', 'Maandag', 'Dindsag', 'Woensdag', 'Donderdag', 'Vrijdag', 'Zaterdag' );
 // -- compatibility, do not touch -- //
 $messages['Monday'] = $messages['days'][1];
 $messages['Tuesday'] = $messages['days'][2];



More information about the pLog-svn mailing list