mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +00:00
Merge "Swap the enable/disable labels"
This commit is contained in:
commit
0f22c06b9c
|
@ -319,9 +319,9 @@
|
|||
var label;
|
||||
|
||||
if ( useCodeMirror ) {
|
||||
label = mw.msg( 'codemirror-enable-label' );
|
||||
} else {
|
||||
label = mw.msg( 'codemirror-disable-label' );
|
||||
} else {
|
||||
label = mw.msg( 'codemirror-enable-label' );
|
||||
}
|
||||
|
||||
if ( wikiEditor ) {
|
||||
|
|
Loading…
Reference in a new issue