diff --git a/editor.php b/editor.php
index 45d079f..f7de39a 100644
--- a/editor.php
+++ b/editor.php
@@ -65,8 +65,6 @@ $activeLineBG = array_search($ICEcoder["theme"],array("3024-day","base16-light",
.fold {position: absolute; display: inline-block; width: 13px; height: 13px; font-size: 14px; text-align: center; cursor: pointer}
.foldOn {background: #800; color: #ddd}
.foldOff {background: rgba(255,255,255,0.04); color: #666}
-.demoArrow {position: absolute; display: inline-block; width: 99px; height: 50px; top: 0; right: 30px; background: url('images/big-arrow.gif') 0 -10px no-repeat; text-align: center; font-family: arial; font-size: 10px; padding-top: 60px}
-h2 {color: rgba(0,198,255,0.7)}
.heading {color:#888}
.cm-s-diff {left: 50%}
.diffGreen {background: #0b0 !important; color: #000 !important}
@@ -81,10 +79,6 @@ h2 {color: rgba(0,198,255,0.7)}
-
-
-
-
diff --git a/images/big-arrow.gif b/images/big-arrow.gif
deleted file mode 100644
index e7e2fec..0000000
Binary files a/images/big-arrow.gif and /dev/null differ
diff --git a/lang/english.php b/lang/english.php
index 5c30e52..5279ebc 100644
--- a/lang/english.php
+++ b/lang/english.php
@@ -11,7 +11,6 @@ $text = array(
"editor" =>
array(
- "Click icons for..." => "Click icons
for help &
usage info",
"server" => "server",
"Server name, OS..." => "Server name, OS & IP:",
"Root" => "Root:",
@@ -434,17 +433,17 @@ $text = array(
"Update appears to..." => "Update appears to be successful"
),
- "find-in-files" =>
- array(
- "Enter path to search in" => "Enter path to search in",
- "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)" => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)",
- "Type of text" => "Type of text",
- "Fixed text" => "Fixed text",
- "Regular expression" => "Regular expression",
- "Case sensitive" => "Case sensitive",
- "Yes" => "Yes",
- "No" => "No",
- "Search" => "Search",
- ),
+ "find-in-files" =>
+ array(
+ "Enter path to search in" => "Enter path to search in",
+ "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)" => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)",
+ "Type of text" => "Type of text",
+ "Fixed text" => "Fixed text",
+ "Regular expression" => "Regular expression",
+ "Case sensitive" => "Case sensitive",
+ "Yes" => "Yes",
+ "No" => "No",
+ "Search" => "Search",
+ )
);
?>
\ No newline at end of file