renamed last CW to Week

This commit is contained in:
Jan-Christoph Borchardt 2011-09-11 21:50:13 +02:00
parent cd44dff5af
commit de729d8d8b
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ $weekdays = array('monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'satur
<table>
<thead>
<tr>
<th class="calendar_row calw"><?php echo $l -> t("CW");?></th>
<th class="calendar_row calw"><?php echo $l -> t("Week");?></th>
<?php foreach($weekdays as $weekdaynr => $weekday): ?>
<th class="calendar_row <?php echo $weekdaynr > 4 ? 'weekend_thead' : '' ?>"><?php echo $l->t(ucfirst($weekday)) ?></th>
<?php endforeach; ?>