From 9633ca921e3a98c47f30c708107f8dff2f584336 Mon Sep 17 00:00:00 2001 From: haneul Date: Thu, 30 Apr 2009 02:18:58 +0000 Subject: [PATCH] English Translation git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6235 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/member/lang/en.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/member/lang/en.lang.php b/modules/member/lang/en.lang.php index ff33dae9f..355884efa 100644 --- a/modules/member/lang/en.lang.php +++ b/modules/member/lang/en.lang.php @@ -148,7 +148,7 @@ $lang->msg_not_uploaded_profile_image = 'Profile image could not be registered'; $lang->msg_not_uploaded_image_name = 'Image name could not be registered'; $lang->msg_not_uploaded_image_mark = 'Image mark could not be registered'; - $lang->msg_not_uploaded_group_image_mark = '그룹 이미지 마크를 등록할 수가 없습니다'; + $lang->msg_not_uploaded_group_image_mark = 'Group image mark could not be registered'; $lang->msg_accept_agreement = 'You have to agree the agreement'; @@ -191,7 +191,7 @@ $lang->about_image_name = "Allow users to use image name instead of text name"; $lang->about_image_mark = "Allow users to use mark in front of their names"; - $lang->about_group_image_mark = '사용자의 이름앞에 그룹 마크를 달 수 있습니다'; + $lang->about_group_image_mark = "You may use group marks shown before their names"; $lang->about_profile_image = 'Allow users to use profile images'; $lang->about_accept_agreement = "I have read the agreement and agree";