From c7f2db557ef560f883c32b9ca0885cf1d015068c Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Mon, 23 Apr 2012 23:58:30 +0000 Subject: [PATCH] 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. --- CodeEditor.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeEditor.i18n.php b/CodeEditor.i18n.php index 54e258c0..5a33e44a 100644 --- a/CodeEditor.i18n.php +++ b/CodeEditor.i18n.php @@ -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)