]> source.dussan.org Git - nextcloud-server.git/commitdiff
renamed last CW to Week
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sun, 11 Sep 2011 19:50:13 +0000 (21:50 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sun, 11 Sep 2011 19:50:13 +0000 (21:50 +0200)
apps/calendar/templates/calendar.php

index 768c1a6486a886c0a17a22e6b9da3be44899856f..68a198f6ffb408a6194233b8676241ccc3dc3892 100644 (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; ?>