mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merged tidy-ups from stable
This commit is contained in:
parent
6dfb22349f
commit
304d08f0c4
76 changed files with 1463 additions and 1525 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// enrol_manual.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['enrolname'] = 'Internal Enrolment';
|
||||
|
||||
$string['description'] = 'This is the default form of enrolment. There are two main ways a student can be enrolled in a particular course.
|
||||
<ul>
|
||||
|
@ -9,5 +9,6 @@ $string['description'] = 'This is the default form of enrolment. There are two m
|
|||
<li>A course can have a password defined, known as an \"enrolment key\". Anyone who knows this key is
|
||||
able to add themselves to a course.</li>
|
||||
</ul>';
|
||||
$string['enrolname'] = 'Internal Enrolment';
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue