changeset 11280:dfa97ff7d23d octave-forge

admin; PHP octave language removing slash from name
author jpicarbajal
date Mon, 03 Dec 2012 15:15:43 +0000
parents 442cb00e506b
children 0d67de5254fe
files admin/langfiles/octave.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin/langfiles/octave.php	Sun Dec 02 16:57:32 2012 +0000
+++ b/admin/langfiles/octave.php	Mon Dec 03 15:15:43 2012 +0000
@@ -9,7 +9,7 @@
  * Release Version: 1.0.8.11
  * Date Started: 2012/05/22
  *
- * GNU/Octave M-file language file for GeSHi.
+ * GNU Octave M-file language file for GeSHi.
  *
  * This file was heavily based on octave.lang from gtksourceview. If bugs are
  * found and/or fixed on this file, please send them to the gtksourceview
@@ -41,7 +41,7 @@
  ************************************************************************************/
 
 $language_data = array (
-    'LANG_NAME' => 'GNU/Octave',
+    'LANG_NAME' => 'GNU Octave',
     'COMMENT_SINGLE' => array(1 => '#', 2 => '%'),
     // we can't use COMMENT_MULTI since start and end of block comments need to
     // be alone on the line (optionally, with whitespace). See COMMENT_REGEXP