From cd6cd24ed28b1b5337e136934c54a12f40b9d0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Galip=20=C3=87aml=C4=B1?= Date: Sat, 24 May 2014 18:13:06 +0300 Subject: [PATCH] Update en.lang.php in box/filesmanager plugin 'Maximum upload file size: :upload_max_filesize' --- 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 2e34aab..562fea3 100644 --- a/plugins/box/filesmanager/languages/en.lang.php +++ b/plugins/box/filesmanager/languages/en.lang.php @@ -33,5 +33,6 @@ 'Directory:' => 'Directory:', 'File:' => 'File:', 'Drop File Here' => 'Drop File Here', + 'Maximum upload file size: :upload_max_filesize' => 'Maximum upload file size: :upload_max_filesize', ) );