From: <cl...@us...> - 2003-11-14 21:46:50
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1:/tmp/cvs-serv23089/languages Modified Files: finnish.inc.php Log Message: Corrected Finnish timeformat_small Index: finnish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/finnish.inc.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** finnish.inc.php 13 Nov 2003 17:33:23 -0000 1.8 --- finnish.inc.php 14 Nov 2003 21:46:47 -0000 1.9 *************** *** 160,164 **** //$timeFormat = 'g:i A'; $timeFormat = 'H:i'; ! $timeFormat_small = 'g:i'; // For date formatting, see note below --- 160,164 ---- //$timeFormat = 'g:i A'; $timeFormat = 'H:i'; ! $timeFormat_small = 'H:i'; // For date formatting, see note below |