category_srl에 해당하는 언어값을 category와 동일하게 매칭

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3747 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-22 12:24:13 +00:00
parent 07c996df1f
commit c479c8cb23
7 changed files with 7 additions and 7 deletions

View file

@ -70,7 +70,7 @@
$lang->no = '번호';
$lang->notice = '공지';
$lang->secret = '비밀';
$lang->category = '분류';
$lang->category = $lang->category_srl = '분류';
$lang->document_srl = '문서번호';
$lang->user_id = '아이디';
$lang->author = '작성자';