From a27564c317ce2b1c3bdae82372caa9da735a57d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Galip=20=C3=87aml=C4=B1?= Date: Sat, 24 May 2014 18:10:18 +0300 Subject: [PATCH] Update en.lang.php in box/filesmanager plugin 'Drop File Here' is missed. --- plugins/box/filesmanager/languages/en.lang.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/box/filesmanager/languages/en.lang.php b/plugins/box/filesmanager/languages/en.lang.php index 8ce8b89..2e34aab 100644 --- a/plugins/box/filesmanager/languages/en.lang.php +++ b/plugins/box/filesmanager/languages/en.lang.php @@ -32,5 +32,6 @@ 'Upload server error' => 'Upload server error', 'Directory:' => 'Directory:', 'File:' => 'File:', + 'Drop File Here' => 'Drop File Here', ) );