Shorten label.
authorJan Schneider <jan@horde.org>
Wed, 18 Nov 2009 22:29:26 +0000 (23:29 +0100)
committerJan Schneider <jan@horde.org>
Wed, 18 Nov 2009 23:47:08 +0000 (00:47 +0100)
kronolith/lib/Block/summary.php

index d637278..a0d8c00 100644 (file)
@@ -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');