mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 23:03:46 +00:00
Change "Toggle syntax highlighting" to "Toggle code editor"
Since the code editor adds line numbers, support for tab indentation, code folding, and other features, summarizing this as "syntax highlighting" is misleading.
This commit is contained in:
parent
8fe95e1469
commit
c7f2db557e
Notes:
Erik Moeller
2012-04-23 23:58:30 +00:00
|
@ -13,7 +13,7 @@ $messages = array();
|
|||
*/
|
||||
$messages['en'] = array(
|
||||
'codeeditor-desc' => 'Syntax-highlighted editing for JavaScript and CSS pages using [http://ace.ajax.org/ Ace editor]',
|
||||
'codeeditor-toolbar-toggle' => 'Toggle syntax highlighting',
|
||||
'codeeditor-toolbar-toggle' => 'Toggle code editor',
|
||||
);
|
||||
|
||||
/** Message documentation (Message documentation)
|
||||
|
|
Loading…
Reference in a new issue