diff --git a/plugins/tag_list/conf/info.xml b/plugins/tag_list/conf/info.xml index b271a0581..95993ab58 100644 --- a/plugins/tag_list/conf/info.xml +++ b/plugins/tag_list/conf/info.xml @@ -1,9 +1,9 @@ - 최근 트랙백 출력 + 태그 목록 출력 제로 - 최근 트랙백 (trackback)을 출력하는 플러그인입니다. + 선택된 모듈의 태그 목록을 정해진 순위만큼 노출하여 줍니다 @@ -14,12 +14,12 @@ 목록수 text - 출력될 목록의 수를 정하실 수 있습니다. (기본 5개) + 출력될 목록의 수를 정하실 수 있습니다. (기본 20개) 대상 모듈 mid_list - 선택하신 모듈에 등록된 글을 대상으로 합니다. + 선택하신 모듈에 등록된 태그를 대상으로 합니다. diff --git a/plugins/tag_list/skins/blog_tag_list/skin.xml b/plugins/tag_list/skins/blog_tag_list/skin.xml index 5b1d7e651..e3e4719d4 100644 --- a/plugins/tag_list/skins/blog_tag_list/skin.xml +++ b/plugins/tag_list/skins/blog_tag_list/skin.xml @@ -1,9 +1,9 @@ - 블로그 스타일의 최신 엮인글 목록 + 태그 목록 출력 제로 - 블로그 스타일로 최신 엮인글 출력합니다. + 태그 목록을 출력합니다. diff --git a/plugins/tag_list/tag_list.class.php b/plugins/tag_list/tag_list.class.php index 1c82e449f..34514ca8e 100644 --- a/plugins/tag_list/tag_list.class.php +++ b/plugins/tag_list/tag_list.class.php @@ -1,12 +1,12 @@