mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +00:00
f2c5c5613b
Use a message, that explains a bit more, what CodeMirror is and indicate what the button do exactly. Change-Id: If8a0a8261cd811407cff4868dcf6475335b3f752
11 lines
264 B
JSON
11 lines
264 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"pastakhov"
|
|
]
|
|
},
|
|
"codemirror-desc": "Provides syntax highlighting in wikitext editor",
|
|
"codemirror-enable-label": "Enable CodeMirror (Syntaxhighlight)",
|
|
"codemirror-disable-label": "Disable CodeMirror (Syntaxhighlight)"
|
|
}
|