From c23da7907f180eed81032e1f63e1421f2b39cb61 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Sun, 29 Apr 2007 17:30:22 +0000 Subject: Removed %p so that displaying of times gets uniform --- pages/timers.ecpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/timers.ecpp b/pages/timers.ecpp index b90fc1a..db45dd6 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -97,8 +97,8 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <{ if (timer->Flags() & tfActive) { }> <{ } }> <$ timer->Channel()->Name() $> - <$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $> - <$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $> + <$ FormatDateTime(tr("%I:%M"), timer->StartTime()) $> + <$ FormatDateTime(tr("%I:%M"), timer->StopTime()) $> <{ if (timer->Recording()) { }>Record<{ } }> <$ timer->File() $> .png" alt="" <& tooltip.hint text=(tr("Toggle timer active/inactive")) &>/> -- cgit v1.2.3