MDL-14129 missing language string.

This commit is contained in:
tjhunt 2008-09-11 08:49:42 +00:00
parent 453857b08b
commit e6b6b2bb73
2 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,7 @@
} else { // Delete everything!!
if ($delete == "forum") {
print_error("cannotdeleteforummudule", 'forum');
print_error("cannotdeleteforummodule", 'forum');
}
if (!$module = $DB->get_record("modules", array("name"=>$delete))) {

View File

@ -32,6 +32,7 @@ $string['bynameondate'] = 'by $a->name - $a->date';
$string['cannotviewpostyet'] = 'You cannot read other students questions in this discussion yet because you haven\'t posted';
$string['cannotadddiscussion'] = 'Adding discussions to this forum requires group membership.';
$string['cannotadddiscussionall'] = 'You do not have permission to add a new discussion topic for all participants.';
$string['cannotdeleteforummodule'] = 'You can not delete the forum module.';
$string['cannotsubscribe'] = 'Sorry, but you must be a group member to subscribe.';
$string['cannotunsubscribe'] = 'Could not unsubscribe you from that forum';
$string['cannotaddsubscriber'] = 'Could not add subscriber with id $a to this forum!';