mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-35980 comment: deprecate deletecomment string
This commit is contained in:
parent
86f1d1bb86
commit
cb1cb9575f
@ -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
|
@ -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';
|
Loading…
x
Reference in New Issue
Block a user