Fix to respond to document without letter.

This commit is contained in:
BJRambo 2020-06-30 14:22:20 +09:00
parent ada7669f25
commit 573d9c87b1
3 changed files with 11 additions and 1 deletions

View file

@ -26,6 +26,7 @@ $lang->search_target_list['last_update'] = 'Last update';
$lang->search_target_list['ipaddress'] = 'IP Address';
$lang->search_target_list['is_secret'] = 'Status';
$lang->no_text_comment = 'No text in this comment.';
$lang->no_text_document = 'No text in this document.';
$lang->secret_name_list['Y'] = 'Secret';
$lang->secret_name_list['N'] = 'Public';
$lang->published_name_list[0] = 'Waiting';

View file

@ -26,6 +26,7 @@ $lang->search_target_list['last_update'] = '최근수정일 ';
$lang->search_target_list['ipaddress'] = 'IP 주소';
$lang->search_target_list['is_secret'] = '상태';
$lang->no_text_comment = '글자가 없는 댓글입니다.';
$lang->no_text_document = '글자가 없는 게시글입니다.';
$lang->secret_name_list['Y'] = '비밀';
$lang->secret_name_list['N'] = '공개';
$lang->published_name_list[0] = '대기';