https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115018

Revision: 115018
Author:   erik
Date:     2012-04-23 23:58:30 +0000 (Mon, 23 Apr 2012)
Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/extensions/CodeEditor/CodeEditor.i18n.php

Modified: trunk/extensions/CodeEditor/CodeEditor.i18n.php
===================================================================
--- trunk/extensions/CodeEditor/CodeEditor.i18n.php     2012-04-23 23:30:12 UTC 
(rev 115017)
+++ trunk/extensions/CodeEditor/CodeEditor.i18n.php     2012-04-23 23:58:30 UTC 
(rev 115018)
@@ -13,7 +13,7 @@
  */
 $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)


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to