From f73c5b519c508392a741777a5590516ea5e59df3 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks Date: Thu, 27 Oct 2016 10:39:49 +1100 Subject: [PATCH] MDL-29795 assign: Add missing inactiveoverridehelp lang string --- mod/assign/lang/en/assign.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/assign/lang/en/assign.php b/mod/assign/lang/en/assign.php index ec3d966bee7..ff032237fc4 100644 --- a/mod/assign/lang/en/assign.php +++ b/mod/assign/lang/en/assign.php @@ -258,6 +258,7 @@ $string['groupoverridesdeleted'] = 'Group overrides deleted'; $string['groupsnone'] = 'There are no groups in this course'; $string['hideshow'] = 'Hide/Show'; $string['hiddenuser'] = 'Participant '; +$string['inactiveoverridehelp'] = '* Student does not have the correct group or role to attempt the assignment'; $string['instructionfiles'] = 'Instruction files'; $string['introattachments'] = 'Additional files'; $string['introattachments_help'] = 'Additional files for use in the assignment, such as answer templates, may be added. Download links for the files will then be displayed on the assignment page under the description.';