From 40e9fa2863125ffdb8816b09c7186e864aaa914c Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 15 Apr 2024 21:11:30 +0800 Subject: [PATCH] MDL-81525 core: Update column name for replaced hooks --- lang/en/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index 7d2ac4ad50085..92803fafd904b 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -733,7 +733,7 @@ $string['hookcallbacknotcallable'] = 'This callback is not callable. This could be because the class or method does not exist, or because the method is not public.'; $string['hookconfigoverride'] = 'Overridden'; $string['hookconfigoverride_help'] = 'The definition of this callback has been overridden in the site configuration file, config.php'; -$string['hookdeprecates'] = 'Deprecated lib.php callbacks'; +$string['hookdeprecates'] = 'Deprecated callbacks'; $string['hookdescription'] = 'Description'; $string['hookdescriptionmissing'] = 'Hook does not have a description method'; $string['hookclassmissing'] = 'Hook class not found';