* adjust the lang define of max size of upload.
This commit is contained in:
@@ -18,7 +18,7 @@ $lang->file->delete = 'Delete';
|
||||
$lang->file->export2CSV = 'Export CSV';
|
||||
$lang->file->ajaxUpload = 'AJAX: upload file from editor';
|
||||
$lang->file->label = 'Title: ';
|
||||
$lang->file->maxUploadSize = "The max upload size is <span class='red'>%s</span>";
|
||||
$lang->file->maxUploadSize = "<span class='red'>%s</span>";
|
||||
|
||||
$lang->file->errorNotExists = "<span class='red'>The directory '%s' is no exist</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='red'>The directory '%s' is unwritable, please change it's permission. Command in linux:sudo -R chmod 777 '%s'</span>";
|
||||
|
||||
Reference in New Issue
Block a user