From: willcast Date: Sun, 2 Nov 2003 02:40:00 +0000 (+0000) Subject: - Typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ab653b5517a396f7793d32e8d46f489a1fab7471;p=moodle.git - Typo --- diff --git a/lang/en/glossary.php b/lang/en/glossary.php index 5f85e8d556..715214b047 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -27,7 +27,7 @@ $string['comments'] = "Comments"; $string['commentson'] = "Comments on"; $string['cnfstudentcanpost'] = "Define if the students can or cannot post entries by default"; $string['cnfallowdupentries'] = "Define if a glossary will allows duplicated entries by default"; -$string['cngallowcomments'] = "Define if a glossary will accept comments on entries by default"; +$string['cnfallowcomments'] = "Define if a glossary will accept comments on entries by default"; $string['cnflinkglossaries'] = "Define if a glossary should be automatically linked by default"; $string['cnfapprovalstatus'] = "Define the approval status by default of an entry posted by a student"; $string['cnflinkentry'] = "Define if an entry should be automatically linked by default"; diff --git a/mod/glossary/mod.html b/mod/glossary/mod.html index 89a3b58d04..b78c0bedfc 100644 --- a/mod/glossary/mod.html +++ b/mod/glossary/mod.html @@ -11,7 +11,7 @@ if (!isset($form->allowduplicatedentries)) { $form->allowduplicatedentries = $CFG->cnfallowdupentries; } if (!isset($form->allowcomments)) { - $form->allowcomments = $CFG->cngallowcomments; + $form->allowcomments = $CFG->cnfallowcomments; } if (!isset($form->usedynalink)) { $form->usedynalink = $CFG->cnflinkglossaries;