* adjust the lang define of max size of upload.

This commit is contained in:
wangyidong
2013-01-09 06:14:10 +00:00
parent 323a00b4f0
commit cc02b2ef8d

View File

@@ -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>";