From f87f6cf122da4d580e09e23bf89d2d82e2244fb5 Mon Sep 17 00:00:00 2001 From: meirzamoodle Date: Wed, 2 Apr 2025 06:05:41 +0700 Subject: [PATCH] MDL-84823 message: String deprecation --- lang/en/deprecated.txt | 1 + lang/en/message.php | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/en/deprecated.txt b/lang/en/deprecated.txt index f8ae0bdbe17..731ce479ab2 100644 --- a/lang/en/deprecated.txt +++ b/lang/en/deprecated.txt @@ -71,3 +71,4 @@ groupevent,core_calendar tt_deleteevent,core_calendar tt_editevent,core_calendar userevent,core_calendar +togglenotificationmenu,core_message diff --git a/lang/en/message.php b/lang/en/message.php index e9d7e2b681a..f0e390403c6 100644 --- a/lang/en/message.php +++ b/lang/en/message.php @@ -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';