diff options
Diffstat (limited to 'my-evolution/e-summary-calendar.c')
-rw-r--r-- | my-evolution/e-summary-calendar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c index 6b7e04b593..71a25e6f15 100644 --- a/my-evolution/e-summary-calendar.c +++ b/my-evolution/e-summary-calendar.c @@ -405,7 +405,7 @@ generate_html (gpointer data) if (calendar->wants24hr == TRUE) { strftime (start_str, sizeof start_str, _("%k:%M %d %B"), &start_tm); } else { - strftime (start_str, sizeof start_str, _("%l:%M%P %d %B"), &start_tm); + strftime (start_str, sizeof start_str, _("%l:%M%p %d %B"), &start_tm); } if (cal_component_has_alarms (event->comp)) { |