]> code.citadel.org Git - citadel.git/blobdiff - webcit/summary.c
* summary.c: fixed the date display.
[citadel.git] / webcit / summary.c
index a8d97d283a45236b49801ced93f24375c84caa02..f78438666d6ed0a60c820af53eb3d53730659101 100644 (file)
@@ -35,7 +35,7 @@ void output_date(void) {
        months[8] = _("September");
        months[9] = _("October");
        months[10] = _("November");
-       months[12] = _("December");
+       months[11] = _("December");
 
        time(&now);
        localtime_r(&now, &tm);