mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
String changed for clarity
Bug 1880 (http://moodle.org/bugs/bug.php?op=show&bugid=1880)
This commit is contained in:
parent
60668b909b
commit
59e996cc7d
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ $string['concepts'] = 'Concepts';
|
||||||
$string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all glosaries. You will still need to turn feeds on manually in the settings for each glossary.';
|
$string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all glosaries. You will still need to turn feeds on manually in the settings for each glossary.';
|
||||||
$string['currentglossary'] = 'Current glossary';
|
$string['currentglossary'] = 'Current glossary';
|
||||||
$string['dateview'] = 'Browse by date';
|
$string['dateview'] = 'Browse by date';
|
||||||
$string['defaultapproval'] = 'Default approval status';
|
$string['defaultapproval'] = 'Approved by default';
|
||||||
$string['definition'] = 'Definition';
|
$string['definition'] = 'Definition';
|
||||||
$string['definitions'] = 'Definitions';
|
$string['definitions'] = 'Definitions';
|
||||||
$string['deleteentry'] = 'Delete entry';
|
$string['deleteentry'] = 'Delete entry';
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<P ALIGN=CENTER><B>Default approval status</B></P>
|
<P ALIGN=CENTER><B>Approved by default</B></P>
|
||||||
|
|
||||||
<p>This setting allows the teacher to define what happens to new entries added by students. They can be
|
<p>This setting allows the teacher to define what happens to new entries added by students. They can be
|
||||||
automatically made available to everyone, otherwise the teacher will have to approve each one.</p>
|
automatically made available to everyone, otherwise the teacher will have to approve each one.</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue