Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
navigation MDL-22044 Course format can now choose the string that is used for section...
[moodle.git]
/
course
/
format
/
topics
/
lang
/
en
/
format_topics.php
diff --git
a/course/format/topics/lang/en/format_topics.php
b/course/format/topics/lang/en/format_topics.php
index
9126a98
..
3afe917
100644
(file)
--- a/
course/format/topics/lang/en/format_topics.php
+++ b/
course/format/topics/lang/en/format_topics.php
@@
-23,4
+23,6
@@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+$string['sectionname'] = 'topic';
$string['pluginname'] = 'Topics format';
+$string['section0name'] = 'General';
\ No newline at end of file