diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-05-09 23:40:10 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-05-09 23:40:10 +0200 |
commit | 42695b54153bcee27d2d66bd9d50bcced30d3ec1 (patch) | |
tree | fce29d6140382896af6fb1788461c6c720585f5a /application/models/mfile.php | |
parent | 700e5e08401c171177e368cb46e54b805f49b816 (diff) |
Change description for "text" in lexer list
Pygments calls it "Text only", but users are more likely to search for
"plain" than "only" so won't find it in the dropdown.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/models/mfile.php')
-rw-r--r-- | application/models/mfile.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/models/mfile.php b/application/models/mfile.php index c2b423dbe..0dd8d7b1e 100644 --- a/application/models/mfile.php +++ b/application/models/mfile.php @@ -231,6 +231,7 @@ class Mfile extends CI_Model { $last_desc = $desc; $lexers[$name] = $desc; } + $lexers["text"] = "Plain text"; $this->memcachelibrary->set('lexers', $lexers, 1800); } |