From 1413e288c67de91a7ba29588adaf4d21f96985e2 Mon Sep 17 00:00:00 2001 From: MusikAnimal Date: Thu, 15 Aug 2024 01:31:45 -0400 Subject: [PATCH] Hooks: use CM6 wording for colorblind preference The message existed since I4bc069e0d3 but accidentally went unused. Change-Id: Ic03ec526d7f807e6031e495f033c6fce1b6bb51a --- includes/Hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Hooks.php b/includes/Hooks.php index 2cceead5..6ff518f9 100644 --- a/includes/Hooks.php +++ b/includes/Hooks.php @@ -226,7 +226,7 @@ class Hooks implements $defaultPreferences['usecodemirror-colorblind'] = [ 'type' => 'toggle', - 'label-message' => 'codemirror-prefs-colorblind', + 'label-message' => 'codemirror-v6-prefs-colorblind', 'section' => 'editing/syntax-highlighting', 'disable-if' => [ '!==', 'usecodemirror', '1' ] ];