Skip to content

Commit

Permalink
MDL-67663 mod_forum: Add missing lang strings
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Apr 9, 2020
1 parent 8896d07 commit c20f4f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod/forum/lang/en/forum.php
Expand Up @@ -24,6 +24,7 @@
*/

$string['activityoverview'] = 'There are new forum posts';
$string['actionsforgraderinterface'] = 'Actions for the grader interface';
$string['actionsforpost'] = 'Actions for post';
$string['addanewdiscussion'] = 'Add a new discussion topic';
$string['addanewquestion'] = 'Add a new question';
Expand Down Expand Up @@ -102,6 +103,7 @@
$string['clicktounfavourite'] = 'You have starred this discussion. Click to unstar.';
$string['clicktofavourite'] = 'You have not starred this discussion. Click to star.';
$string['close'] = 'Close';
$string['closegrader'] = 'Close grader';
$string['completiondiscussions'] = 'Student must create discussions:';
$string['completiondiscussionsdesc'] = 'Student must create at least {$a} discussion(s)';
$string['completiondiscussionsgroup'] = 'Require discussions';
Expand Down

0 comments on commit c20f4f5

Please sign in to comment.