mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 05:54:19 +02:00
Merge branch 'MDL-22669-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
4daa024fd4
@ -533,7 +533,7 @@ abstract class format_section_renderer_base extends plugin_renderer_base {
|
||||
$o.= html_writer::tag('div', '', array('class' => 'left side'));
|
||||
$o.= html_writer::tag('div', '', array('class' => 'right side'));
|
||||
$o.= html_writer::start_tag('div', array('class' => 'content'));
|
||||
$o.= $this->output->heading(get_string('orphanedactivities'), 3, 'sectionname');
|
||||
$o.= $this->output->heading(get_string('orphanedactivitiesinsectionno', '', $sectionno), 3, 'sectionname');
|
||||
return $o;
|
||||
}
|
||||
|
||||
|
@ -1319,7 +1319,7 @@ $string['optional'] = 'optional';
|
||||
$string['options'] = 'options';
|
||||
$string['order'] = 'Order';
|
||||
$string['originalpath'] = 'Original path';
|
||||
$string['orphanedactivities'] = 'Orphaned activities';
|
||||
$string['orphanedactivitiesinsectionno'] = 'Orphaned activities (section {$a})';
|
||||
$string['other'] = 'Other';
|
||||
$string['outline'] = 'Outline';
|
||||
$string['outlinereport'] = 'Outline report';
|
||||
|
Loading…
x
Reference in New Issue
Block a user