MDL-69422 mod_data: Deprecate unused 'unsupportedexport' string

This commit is contained in:
Jun Pataleta
2020-11-27 23:28:25 +08:00
parent b92ff2923c
commit 0f05c1dc0b
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -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.';
+1
View File
@@ -0,0 +1 @@
unsupportedexport,mod_data