diff --git a/lang/english.php b/lang/english.php
index 9eb9478..3ef1022 100644
--- a/lang/english.php
+++ b/lang/english.php
@@ -435,6 +435,8 @@ $text = array(
"day" => "day",
"days" => "days",
"of backups stored..." => "of backups stored currently",
+ "deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
+ "local/server items..." => "local/server items only",
"Get in contact..." => "Get in contact by...",
"You may use..." => "You may use ICEcoder for your own purposes, commercial or not, just let us know of any cool uses or customisations. :)
No warranty or liability accepted for anything, all responsibility of use is your own.",
"functionality" => "functionality",
diff --git a/lib/config___users-template.php b/lib/config___users-template.php
index 9014c9e..3a53110 100644
--- a/lib/config___users-template.php
+++ b/lib/config___users-template.php
@@ -11,6 +11,7 @@ $ICEcoderUserSettings = array(
"languageUser" => "english.php",
"backupsKept" => true,
"backupsDays" => 14,
+"deleteToTmp" => true,
"findFilesExclude" => array(".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"),
"codeAssist" => true,
"visibleTabs" => false,
diff --git a/lib/settings-screen.php b/lib/settings-screen.php
index cc4c535..068d30a 100644
--- a/lib/settings-screen.php
+++ b/lib/settings-screen.php
@@ -178,6 +178,8 @@ for ($i=0;$i
+
+ > [?]