diff --git a/modules/module/lang/en.lang.php b/modules/module/lang/en.lang.php
index 2d8cf72e3..909ed95a9 100644
--- a/modules/module/lang/en.lang.php
+++ b/modules/module/lang/en.lang.php
@@ -37,10 +37,10 @@
$lang->access_type = 'Access Type';
$lang->access_domain = 'With Domain Name';
$lang->access_vid = 'With Site ID';
- $lang->about_domain = "In order to create more than one virtual site, each of them needs to have own domain name.
Sub-domain (e.g., aaa.bbb.com of bbb.com) also can be used. Input the address including the path installed xe.
ex) www.xpressengine.com/xe";
- $lang->about_vid = 'Users can access via http://XEaddress/ID. You cannot use same site id with existing module name(mid).
Site id should start with an alphabet character and only alphabet characters, numbers and _ can be used for the site id.';
+ $lang->about_domain = "In order to create more than one virtual site, every club needs to have its own domain name.
Sub-domain (e.g., aaa.bbb.com of bbb.com) also can be used. Input the address including the path where XE is installed.
ex) www.xpressengine.com/xe";
+ $lang->about_vid = 'Users can access via http://XEaddress/ID. You cannot use same site id as the existing module name(mid).
Site id should start with an alphabet character . Alphabet characters, numbers and _ can be used for the site id.';
$lang->msg_already_registed_vid = 'Already registered site id. Please input another ID.';
- $lang->msg_already_registed_domain = "Already registered domain name. Please input another domain name.";
+ $lang->msg_already_registed_domain = "Domain name has already been used. Please input another domain name.";
$lang->header_script = "Header Script";
$lang->about_header_script = "You can input the html script between <header> and </header> by yourself.
You can use <script, <style or <meta tag";