Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2ffc732
)
MDL-23153 fixed incorrect string name
author
Petr Skoda
<skodak@moodle.org>
Thu, 8 Jul 2010 13:24:24 +0000
(13:24 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Thu, 8 Jul 2010 13:24:24 +0000
(13:24 +0000)
mod/page/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/page/lib.php
b/mod/page/lib.php
index
06ba331
..
86b80e8
100644
(file)
--- a/
mod/page/lib.php
+++ b/
mod/page/lib.php
@@
-280,7
+280,7
@@
function page_get_coursemodule_info($coursemodule) {
*/
function page_get_file_areas($course, $cm, $context) {
$areas = array();
*/
function page_get_file_areas($course, $cm, $context) {
$areas = array();
- $areas['content'] = get_string('
page
content', 'page');
+ $areas['content'] = get_string('content', 'page');
return $areas;
}
return $areas;
}