MDL-57487 mod_scorm: deprecate strings used in xxx_print_overview
authorSara Arjona <sara@moodle.com>
Wed, 12 Jun 2019 18:28:09 +0000 (20:28 +0200)
committerSara Arjona <sara@moodle.com>
Fri, 14 Jun 2019 15:41:18 +0000 (17:41 +0200)
mod/scorm/lang/en/deprecated.txt [new file with mode: 0644]
mod/scorm/lang/en/scorm.php

diff --git a/mod/scorm/lang/en/deprecated.txt b/mod/scorm/lang/en/deprecated.txt
new file mode 100644 (file)
index 0000000..32ff438
--- /dev/null
@@ -0,0 +1 @@
+duedate,mod_scorm
\ No newline at end of file
index 2ce6445..e844e5b 100644 (file)
@@ -121,7 +121,6 @@ $string['displaydesc'] = 'Whether to display the SCORM package in a new window.'
 $string['displaysettings'] = 'Display settings';
 $string['dnduploadscorm'] = 'Add a SCORM package';
 $string['domxml'] = 'DOMXML external library';
-$string['duedate'] = 'Due date';
 $string['element'] = 'Element';
 $string['enter'] = 'Enter';
 $string['entercourse'] = 'Enter course';
@@ -444,3 +443,6 @@ $string['whatgradedesc'] = 'Whether the highest, average (mean), first or last c
 $string['width'] = 'Width';
 $string['window'] = 'Window';
 $string['youmustselectastatus'] = 'You must select a status to require';
+
+// Deprecated since Moodle 3.8.
+$string['duedate'] = 'Due date';