projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bb5297
)
Eloy's finding: Unset $string['default'] variable fixed.
author
defacer
<defacer>
Thu, 1 Apr 2004 08:45:38 +0000
(08:45 +0000)
committer
defacer
<defacer>
Thu, 1 Apr 2004 08:45:38 +0000
(08:45 +0000)
lang/en/calendar.php
patch
|
blob
|
history
diff --git
a/lang/en/calendar.php
b/lang/en/calendar.php
index bfb6a0b867a646544b9a4d8859cddf9d3a8643c1..8c822c3417e924072f4b1ab93022d513a2e332ef 100644
(file)
--- a/
lang/en/calendar.php
+++ b/
lang/en/calendar.php
@@
-8,7
+8,7
@@
$string['confirmeventdelete'] = 'Are you sure you want to delete this event?';
$string['courseevents'] = 'Course events';
$string['dayview'] = 'Day View';
$string['daywithnoevents'] = 'There are no events this day.';
-$string['default'];
+$string['default']
= 'Default'
;
$string['deleteevent'] = 'Delete event';
$string['detailedmonthview'] = 'Detailed Month View';
$string['durationnone'] = 'Without duration';