From 16e7a1668f39ed8c8149af49649f83f9e9f9067d Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 26 Apr 2007 00:07:58 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1338 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- plugins/tag_list/conf/info.xml | 8 ++++---- plugins/tag_list/skins/blog_tag_list/skin.xml | 4 ++-- plugins/tag_list/tag_list.class.php | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) 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 @@