projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17acc0d
)
Consistent case.
author
Jan Schneider
<jan@horde.org>
Fri, 20 Nov 2009 14:55:56 +0000
(15:55 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 20 Nov 2009 14:55:56 +0000
(15:55 +0100)
kronolith/templates/panel.inc
patch
|
blob
|
history
diff --git
a/kronolith/templates/panel.inc
b/kronolith/templates/panel.inc
index
e31e765
..
5cac690
100644
(file)
--- a/
kronolith/templates/panel.inc
+++ b/
kronolith/templates/panel.inc
@@
-34,7
+34,7
@@
$tagger = Kronolith::getTagger();
<?php endif; ?>
<div id="pageControlsInner">
<?php if (!empty($_SESSION['kronolith']['display_cal'])): ?>
- <h4><?php echo ngettext("Showing calendar:", "Showing
C
alendars:", count($calendar_names)) ?></h4>
+ <h4><?php echo ngettext("Showing calendar:", "Showing
c
alendars:", count($calendar_names)) ?></h4>
<?php foreach ($calendar_names as $name): ?>
<h4><?php echo $name ?></h4>
<?php endforeach; ?>