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:
Erik Moeller 2012-04-23 23:58:30 +00:00
parent 8fe95e1469
commit c7f2db557e
Notes: Erik Moeller 2012-04-23 23:58:30 +00:00

View file

@ -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)