From abdde2411abaccb7ef67ca28231eb20200b0bdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Galip=20=C3=87aml=C4=B1?= Date: Sat, 24 May 2014 18:07:18 +0300 Subject: [PATCH] Update en.lang.php in box/filesmanager plugin 'File:' and 'Directory:' are missed. --- plugins/box/filesmanager/languages/en.lang.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/box/filesmanager/languages/en.lang.php b/plugins/box/filesmanager/languages/en.lang.php index a23bc5d..8ce8b89 100644 --- a/plugins/box/filesmanager/languages/en.lang.php +++ b/plugins/box/filesmanager/languages/en.lang.php @@ -30,5 +30,7 @@ 'Directory was not created' => 'Directory was not created', 'Directory was created' => 'Directory was created', 'Upload server error' => 'Upload server error', + 'Directory:' => 'Directory:', + 'File:' => 'File:', ) );