Added support for glossary->editalways in lang file.

Bug 1445
(http://moodle.org/bugs/bug.php?op=show&bugid=1445)
This commit is contained in:
stronk7 2004-08-09 14:58:07 +00:00
parent 3b7d3db5de
commit d116ee768a
2 changed files with 14 additions and 0 deletions

View File

@ -71,6 +71,7 @@ $string['displayformatfullwithauthor'] = 'Full with author';
$string['displayformatfullwithoutauthor'] = 'Full without author';
$string['displayformatssetup'] = 'Display Formats Setup';
$string['duplicateentry'] = 'Duplicate entry';
$string['editalways'] = 'Edit always';
$string['editcategories'] = 'Edit categories';
$string['editentry'] = 'Edit entry';
$string['editingcomment'] = 'Editing comment';

View File

@ -0,0 +1,13 @@
<P ALIGN=CENTER><B>Edit always</B></P>
<P>This option allows you to decide if students can edit their entries
at any time.
<P>You can select:
<UL>
<LI><B>Yes:</B> Entries are always editable.
<LI><B>No:</B> Entries are editable for configured editing time.
</UL>