From b44c4ba3f28baa4352cf3f0ab68ae89e7de51119 Mon Sep 17 00:00:00 2001 From: supershop Date: Sun, 1 Jun 2008 08:43:45 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=96=B4=20-=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EB=B2=88=EC=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4227 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/communication/lang/en.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/communication/lang/en.lang.php b/modules/communication/lang/en.lang.php index 8048c384e..8d488e1c5 100644 --- a/modules/communication/lang/en.lang.php +++ b/modules/communication/lang/en.lang.php @@ -6,7 +6,7 @@ **/ $lang->communication = 'Communication'; - $lang->about_communication = '회원간의 쪽지나 친구 관리등 커뮤니케이션 기능을 수행하는 모듈입니다'; + $lang->about_communication = 'This module performs communication functions such as messages or friends'; $lang->allow_message = 'Receive Messages'; $lang->allow_message_type = array( @@ -30,7 +30,7 @@ $lang->cmd_send_message = 'Send Message'; $lang->cmd_reply_message = 'Reply Message'; $lang->cmd_view_friend = 'Friends'; - $lang->cmd_add_friend = 'Add to Friends'; + $lang->cmd_add_friend = 'Add Friend'; $lang->cmd_view_message_box = 'Message Box'; $lang->cmd_store = "Save"; $lang->cmd_add_friend_group = 'Add Friend Group';