MDL-35980 comment: deprecate deletecomment string

This commit is contained in:
Jake Dallimore 2017-02-21 09:33:12 +08:00
parent 86f1d1bb86
commit cb1cb9575f
2 changed files with 5 additions and 2 deletions

View File

@ -60,4 +60,5 @@ timenosee,core_message
timesent,core_message
userssearchresults,core_message
loginpasswordautocomplete,core_admin
loginpasswordautocomplete_help,core_admin
loginpasswordautocomplete_help,core_admin
deletecomment,core

View File

@ -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 <b>\'{$a}\'</b>?<br />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';