diff --git a/lang/en/deprecated.txt b/lang/en/deprecated.txt index 38175ef7dc7..306fdc00a2e 100644 --- a/lang/en/deprecated.txt +++ b/lang/en/deprecated.txt @@ -60,4 +60,5 @@ timenosee,core_message timesent,core_message userssearchresults,core_message loginpasswordautocomplete,core_admin -loginpasswordautocomplete_help,core_admin \ No newline at end of file +loginpasswordautocomplete_help,core_admin +deletecomment,core \ No newline at end of file diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 34db2ad6d0c..e18c1727e42 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -465,7 +465,6 @@ $string['deletecategory'] = 'Delete category: {$a}'; $string['deletecategoryempty'] = 'This category is empty.'; $string['deletecategorycheck'] = 'Are you absolutely sure you want to completely delete this category \'{$a}\'?
This will move all courses into the parent category if there is one, or into Miscellaneous.'; $string['deletecategorycheck2'] = 'If you delete this category, you need to choose what to do with the courses and subcategories it contains.'; -$string['deletecomment'] = 'Delete this comment'; $string['deletecommentbyon'] = 'Delete comment posted by {$a->user} on {$a->time}'; $string['deletecompletely'] = 'Delete completely'; $string['deletecourse'] = 'Delete a course'; @@ -2062,3 +2061,6 @@ $string['maxbytesforfile'] = 'The file {$a} is larger than the maximum size allo // Deprecated since Moodle 3.2. $string['modchooserenable'] = 'Activity chooser on'; $string['modchooserdisable'] = 'Activity chooser off'; + +// Deprecated since Moodle 3.3. +$string['deletecomment'] = 'Delete this comment'; \ No newline at end of file