From 42695b54153bcee27d2d66bd9d50bcced30d3ec1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 9 May 2013 23:40:10 +0200 Subject: 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 --- application/models/mfile.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application/models/mfile.php') 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); } -- cgit v1.2.3-24-g4f1b