Consistent case.
authorJan Schneider <jan@horde.org>
Fri, 20 Nov 2009 14:55:56 +0000 (15:55 +0100)
committerJan Schneider <jan@horde.org>
Fri, 20 Nov 2009 14:55:56 +0000 (15:55 +0100)
kronolith/templates/panel.inc

index e31e765..5cac690 100644 (file)
@@ -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 Calendars:", count($calendar_names)) ?></h4>
+  <h4><?php echo ngettext("Showing calendar:", "Showing calendars:", count($calendar_names)) ?></h4>
   <?php foreach ($calendar_names as $name): ?>
    <h4><?php echo $name ?></h4>
   <?php endforeach; ?>