From 58444355a4d3076889fc4970da9329cf52f5fc19 Mon Sep 17 00:00:00 2001 From: supershop Date: Thu, 28 Oct 2010 14:54:07 +0000 Subject: [PATCH] english translation git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7778 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/install/lang/en.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/install/lang/en.lang.php b/modules/install/lang/en.lang.php index 3e172f08e..bbbbda563 100644 --- a/modules/install/lang/en.lang.php +++ b/modules/install/lang/en.lang.php @@ -534,7 +534,7 @@ EndOfLicense; $lang->use_rewrite = 'Rewrite Mod'; $lang->use_sso = 'Single Sign On'; $lang->about_rewrite = "If web server provides rewrite mod, long URL such as http://blah/?document_srl=123 can be shortened like http://blah/123"; - $lang->about_sso = '사용자가 한 번만 로그인하면 기본 사이트와 가상 사이트에 동시에 로그인이 되는 기능입니다. 가상 사이트를 사용할 때만 필요합니다.'; + $lang->about_sso = 'SSO will enable users to sign in just once for both default and virtual site. You will need this only if you are using virtual sites.'; $lang->time_zone = 'Time Zone'; $lang->about_time_zone = "If the server time and the time on your location don't accord each other, you can set the time as same as your location by using time zone "; $lang->qmail_compatibility = 'Enable Qmail';