Fix #693 incorrect description in board settings page

This commit is contained in:
Kijin Sung 2017-02-11 17:58:09 +09:00
parent fd02fa968c
commit 2ded0af242
3 changed files with 6 additions and 2 deletions

View file

@ -48,7 +48,8 @@ $lang->about_hide_category = '임시로 분류를 사용하지 않으려면 체
$lang->protect_content = '글 보호 기능';
$lang->protect_comment = '댓글 보호 기능';
$lang->protect_regdate = '기간 제한 기능';
$lang->non_login_vote = '비 로그인 추천기능';
$lang->non_login_vote = '비회원 추천 허용';
$lang->about_non_login_vote = '로그인하지 않은 방문자도 추천할 수 있도록 합니다.';
$lang->about_protect_regdate = '글이나 댓글을 작성한 후 일정 기간이 지나면 수정 또는 삭제할 수 없도록 합니다. (단위 : day)';
$lang->about_protect_content = '댓글이 달린 글은 수정 또는 삭제할 수 없도록 합니다.';
$lang->msg_protect_delete_content = '댓글이 달린 글은 삭제할 수 없습니다.';