$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";
$form->allowduplicatedentries = $CFG->cnfallowdupentries;
}
if (!isset($form->allowcomments)) {
- $form->allowcomments = $CFG->cngallowcomments;
+ $form->allowcomments = $CFG->cnfallowcomments;
}
if (!isset($form->usedynalink)) {
$form->usedynalink = $CFG->cnflinkglossaries;