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";