MDL-84823 message: String deprecation

This commit is contained in:
meirzamoodle
2025-04-03 10:59:05 +07:00
parent e9034326c7
commit f87f6cf122
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -71,3 +71,4 @@ groupevent,core_calendar
tt_deleteevent,core_calendar
tt_editevent,core_calendar
userevent,core_calendar
togglenotificationmenu,core_message
+3 -1
View File
@@ -249,7 +249,6 @@ $string['successproviderenabled'] = '\'{$a->provider}\' for \'{$a->processor}\'
$string['successproviderlocked'] = '\'{$a->provider}\' for \'{$a->processor}\' locked.';
$string['successproviderunlocked'] = '\'{$a->provider}\' for \'{$a->processor}\' unlocked.';
$string['successproviderupdate'] = '\'{$a}\' updated.';
$string['togglenotificationmenu'] = 'Toggle notifications menu';
$string['togglemessagemenu'] = 'Toggle messaging drawer';
$string['totalconversations'] = '{$a} total conversations';
$string['touserdoesntexist'] = 'You cannot send a message to a user ID ({$a}) that doesn\'t exist.';
@@ -280,3 +279,6 @@ $string['wouldliketocontactyou'] = 'Would like to contact you';
$string['you'] = 'You:';
$string['youhaveblockeduser'] = 'You have blocked this user.';
$string['yourcontactrequestpending'] = 'Your contact request is pending with {$a}';
// Deprecated since Moodle 5.0.
$string['togglenotificationmenu'] = 'Toggle notifications menu';