From a054cfa7d227b7c2b4677b0ef2461268beae681b Mon Sep 17 00:00:00 2001 From: jerome Date: Tue, 25 Nov 2008 02:50:00 +0000 Subject: [PATCH] database: MDL-16999 update 'Required Entries' warning message, merged from 19 --- lang/en_utf8/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index e37836f489..b2a8891930 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -657,7 +657,7 @@ $string['remotelangnotavailable'] = 'Because Moodle can not connect to download. $string['renameerrors'] = 'Rename errors'; $string['requiredtemplate'] = 'Required. You may use template syntax here (%%l = lastname, %%f = firstname, %%u = username). See help for details and examples.'; $string['requires'] = 'Requires'; -$string['requiredentrieschanged'] = 'IMPORTANT - PLEASE READ
Due to a bug fix, the behaviour of database activities using the \'Required entries\' and \'Required entries before viewing settings\' settings will change. A more detailed explaination of the changes can be read on the database module forum and Moodle Docs. +$string['requiredentrieschanged'] = 'IMPORTANT - PLEASE READ
(This warning message will only be displayed during this upgrade)

Due to a bug fix, the behaviour of database activities using the \'Required entries\' and \'Required entries before viewing settings\' settings will change. A more detailed explaination of the changes can be read on the database module forum. The expected behavior of these settings can also be read on Moodle Docs.

This change affects the following databases in your system: (Please save this list now, and after the upgrade, check that these activities still work the way that the teacher intends.)
$a->text
'; $string['restrictbydefault'] = 'Restrict modules by default'; $string['restrictmodulesfor'] = 'Restrict modules for'; -- 2.39.5