aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-12-24 17:24:30 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-12-24 17:24:30 +0000
commit53df246c9fffc9277bd87698e161cdccdda71f86 (patch)
tree0967285258d8b8fe86b458c215a946d61295c0b4 /languages
parent4da5af3759b449378aecac9b3d812662aef51d25 (diff)
downloadphpicalendar-53df246c9fffc9277bd87698e161cdccdda71f86.tar.gz
phpicalendar-53df246c9fffc9277bd87698e161cdccdda71f86.tar.bz2
phpicalendar-53df246c9fffc9277bd87698e161cdccdda71f86.zip
Fix small time format in French tranlsation
Diffstat (limited to 'languages')
-rw-r--r--languages/french.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/french.inc.php b/languages/french.inc.php
index 113c8a4..5a6af56 100644
--- a/languages/french.inc.php
+++ b/languages/french.inc.php
@@ -177,7 +177,7 @@ $monthsofyearshort_lang = array ('Jan','F&eacute;v','Mar','Avr','Mai','Juin','J
// For time formatting, check out: http://www.php.net/manual/en/function.date.php
$timeFormat = 'H:i';
-$timeFormat_small = 'g:i';
+$timeFormat_small = 'G:i';
// For date formatting, see note below
$dateFormat_day = '%A %e %B';

© 2014-2024 Faster IT GmbH | imprint | privacy policy