diff --git a/modules/file/lang/en.lang.php b/modules/file/lang/en.lang.php index 1b72dfaf2..9a9754858 100644 --- a/modules/file/lang/en.lang.php +++ b/modules/file/lang/en.lang.php @@ -53,7 +53,7 @@ 'ipaddress' => 'IP Address', ); $lang->msg_not_allowed_outlink = 'It is not allowed to download files not from this site.'; - $lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.'; - $lang->msg_file_upload_error = '파일 업로드 중 에러가 발생하였습니다.'; + $lang->msg_not_permitted_create = 'Failed to create a file or directory.'; + $lang->msg_file_upload_error = 'An error has occurred during uploading.'; ?>