You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/hsuforum.php
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -755,3 +755,9 @@
755
755
$string['forumsubjectdeleted'] = 'This forum post has been removed';
756
756
$string['forumbodydeleted'] = 'The content of this forum post has been removed and can no longer be accessed.';
757
757
$string['gradeitem:posts'] = 'Posts';
758
+
759
+
// Replacements for deprecated core completion strings of Moodle 4.3+.
760
+
$string['completionview'] = 'Require view';
761
+
$string['completionusegrade'] = 'Require grade';
762
+
$string['completionusegrade_desc'] = 'Receive a grade';
763
+
$string['completionusegrade_help'] = 'If enabled, the activity is considered complete when a student receives a grade. If a pass grade for the activity is set, then pass and fail icons are displayed in the activity completion report.';
0 commit comments