From de729d8d8bb472be99fceaae96e5f5f5603e5e42 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Date: Sun, 11 Sep 2011 21:50:13 +0200
Subject: [PATCH] renamed last CW to Week

---
 apps/calendar/templates/calendar.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/calendar/templates/calendar.php b/apps/calendar/templates/calendar.php
index 768c1a6486..68a198f6ff 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; ?>
-- 
GitLab