mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-14129 missing language string.
This commit is contained in:
parent
453857b08b
commit
e6b6b2bb73
@ -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))) {
|
||||
|
@ -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!';
|
||||
|
Loading…
x
Reference in New Issue
Block a user