summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-11 21:50:13 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-11 21:50:13 +0200
commitde729d8d8bb472be99fceaae96e5f5f5603e5e42 (patch)
tree9c3ce86cc9c780f335e39bc41df668d9c646c1c0
parentcd44dff5afc4fcaeaf905bd6da581077fb088c35 (diff)
downloadnextcloud-server-de729d8d8bb472be99fceaae96e5f5f5603e5e42.tar.gz
nextcloud-server-de729d8d8bb472be99fceaae96e5f5f5603e5e42.zip
renamed last CW to Week
-rw-r--r--apps/calendar/templates/calendar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/templates/calendar.php b/apps/calendar/templates/calendar.php
index 768c1a6486a..68a198f6ffb 100644
--- a/apps/calendar/templates/calendar.php
+++ b/apps/calendar/templates/calendar.php
@@ -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; ?>