diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-11 21:50:13 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-11 21:50:13 +0200 |
commit | de729d8d8bb472be99fceaae96e5f5f5603e5e42 (patch) | |
tree | 9c3ce86cc9c780f335e39bc41df668d9c646c1c0 | |
parent | cd44dff5afc4fcaeaf905bd6da581077fb088c35 (diff) | |
download | nextcloud-server-de729d8d8bb472be99fceaae96e5f5f5603e5e42.tar.gz nextcloud-server-de729d8d8bb472be99fceaae96e5f5f5603e5e42.zip |
renamed last CW to Week
-rw-r--r-- | apps/calendar/templates/calendar.php | 2 |
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; ?> |