From 9105a7143ef03da0a455852bba4394c2bb5ab2a4 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 18 Nov 2009 23:29:26 +0100 Subject: [PATCH] Shorten label. --- kronolith/lib/Block/summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Block/summary.php b/kronolith/lib/Block/summary.php index d637278bf..a0d8c00c8 100644 --- a/kronolith/lib/Block/summary.php +++ b/kronolith/lib/Block/summary.php @@ -183,7 +183,7 @@ class Horde_Block_Kronolith_summary extends Horde_Block { } if ($event->isAllDay()) { - $time = _("All day event"); + $time = _("All day"); } else { $time = $event->start->format($prefs->getValue('twentyFour') ? 'H:i' : 'h:ia') . '-' . $event->end->format($prefs->getValue('twentyFour') ? 'H:i' : 'h:ia'); -- 2.11.0