projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e7199
)
Shorten label.
author
Jan Schneider
<jan@horde.org>
Wed, 18 Nov 2009 22:29:26 +0000
(23:29 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 18 Nov 2009 23:47:08 +0000
(
00:47
+0100)
kronolith/lib/Block/summary.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Block/summary.php
b/kronolith/lib/Block/summary.php
index
d637278
..
a0d8c00
100644
(file)
--- 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');