mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +00:00
Hooks: use CM6 wording for colorblind preference
The message existed since I4bc069e0d3 but accidentally went unused. Change-Id: Ic03ec526d7f807e6031e495f033c6fce1b6bb51a
This commit is contained in:
parent
75710d6d05
commit
1413e288c6
|
@ -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' ]
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue