From 94fe55cc1438548af1260180416cd632087acec5 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 23 Apr 2016 15:13:26 +0100 Subject: [PATCH] 5 x setting text pieces added --- lang/english.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/english.php b/lang/english.php index 43975d7..0a3a30e 100644 --- a/lang/english.php +++ b/lang/english.php @@ -429,10 +429,15 @@ $text = array( "style" => "style", "theme" => "theme", "line wrapping" => "line wrapping", + "line numbers" => "line numbers", "indent type" => "indent type", "indent size" => "indent size", + "match brackets" => "match brackets", + "show trailing space" => "show trailing space", "font size" => "font size", "auto indent" => "auto indent", + "auto close tags" => "auto close tags", + "auto close brackets" => "auto close brackets", "layout" => "layout", "plugin panel aligned" => "plugin panel aligned", "file manager" => "file manager",