From 3f8527aa1ee6ae82e04fcb44c988f493179243aa Mon Sep 17 00:00:00 2001 From: sam marshall Date: Wed, 14 May 2014 11:47:53 +0100 Subject: [PATCH] MDL-45550 Conditional availability: Missing lang string for save settings error --- lang/en/availability.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/availability.php b/lang/en/availability.php index d1462368445..9951d3ff9d1 100644 --- a/lang/en/availability.php +++ b/lang/en/availability.php @@ -34,6 +34,7 @@ $string['hidden_marker'] = '(hidden otherwise)'; $string['hidden_individual'] = 'Hidden entirely if user does not meet this condition'; $string['invalid'] = 'Please set'; $string['itemheading'] = '{$a->number} {$a->type} restriction'; +$string['item_unknowntype'] = 'These restrictions use a plugin which is no longer available (if it is okay to remove that restriction, delete it below)'; $string['shown_individual'] = 'Displayed greyed-out if user does not meet this condition'; $string['hide_verb'] = 'Click to hide'; $string['show_verb'] = 'Click to show';