From 07626d009a0bc9daa59b807f5df3965848a69d2f Mon Sep 17 00:00:00 2001 From: risapapa Date: Sun, 24 Feb 2008 19:57:19 +0000 Subject: [PATCH] Corrected Korean message(modules/editor/components/cc_license/lang/ko.lang.php). git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3775 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/cc_license/lang/ko.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/components/cc_license/lang/ko.lang.php b/modules/editor/components/cc_license/lang/ko.lang.php index c535a447e..53c9a078a 100644 --- a/modules/editor/components/cc_license/lang/ko.lang.php +++ b/modules/editor/components/cc_license/lang/ko.lang.php @@ -19,7 +19,7 @@ $lang->ccl_options = array( 'ccl_allow_commercial' => array('Y'=>'-영리', 'N'=>'-비영리'), - 'ccl_allow_modification' => array('Y'=>'-변경금지', 'N'=>'-변경금지', 'SA'=>'-동일조건변경허락'), + 'ccl_allow_modification' => array('Y'=>'-변경허용', 'N'=>'-변경금지', 'SA'=>'-동일조건변경허락'), ); $lang->about_ccl_title = '제목을 표시합니다. 비워져 있으면 기본 메세지가 출력됩니다.';