MDL-69422 mod_data: Deprecate unused 'unsupportedexport' string
This commit is contained in:
@@ -391,7 +391,6 @@ $string['timemodified'] = 'Time modified';
|
||||
$string['todatabase'] = 'to this database.';
|
||||
$string['type'] = 'Field type';
|
||||
$string['undefinedprocessactionmethod'] = 'No action method defined in Data_Preset to handle action "{$a}".';
|
||||
$string['unsupportedexport'] = '({$a->fieldtype}) cannot be exported.';
|
||||
$string['unsupportedfields'] = 'Unsupported fields';
|
||||
$string['unsupportedfieldslist'] = 'The following fields cannot be exported:';
|
||||
$string['updatefield'] = 'Update an existing field';
|
||||
@@ -413,3 +412,6 @@ $string['viewfromdate'] = 'Read only from';
|
||||
$string['viewtodate'] = 'Read only to';
|
||||
$string['viewtodatevalidation'] = 'The read only to date cannot be before the read only from date.';
|
||||
$string['wrongdataid'] = 'Wrong data id provided';
|
||||
|
||||
// Deprecated since Moodle 3.11.
|
||||
$string['unsupportedexport'] = '({$a->fieldtype}) cannot be exported.';
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
unsupportedexport,mod_data
|
||||
|
||||
Reference in New Issue
Block a user