[gtksourceview] imagej.lang: fix string for consistency



commit 23d7d0aaf7ce0a8b8b1542ebca09ede9c73ea9e3
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Feb 7 19:17:57 2016 +0100

    imagej.lang: fix string for consistency

 data/language-specs/imagej.lang |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/language-specs/imagej.lang b/data/language-specs/imagej.lang
index 53b5c1b..54799cf 100644
--- a/data/language-specs/imagej.lang
+++ b/data/language-specs/imagej.lang
@@ -34,7 +34,7 @@
     <style id="boolean"           _name="Boolean"             map-to="def:boolean"/>
     <style id="command"           _name="Commands"            map-to="def:function"/>
     <style id="storage-type"      _name="Storage Type"        map-to="def:type"/>
-    <style id="escape"            _name="Escaped Characters"  map-to="def:special-char"/>
+    <style id="escape"            _name="Escaped Character"   map-to="def:special-char"/>
     <style id="keyword"           _name="Keyword"             map-to="def:keyword"/>
     <style id="operator"          _name="Operator"            map-to="def:operator"/>
     <style id="string"            _name="String"              map-to="def:string"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]