From 8ec9077f0d0b9ccdbf8c858dc95569f8a65b5be4 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 22 Mar 2007 04:18:58 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@599 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/tpl/editor.html | 6 +++++- modules/editor/tpl/lang/ko.lang.php | 6 ------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/modules/editor/tpl/editor.html b/modules/editor/tpl/editor.html index 26179676b..d75ec4e00 100644 --- a/modules/editor/tpl/editor.html +++ b/modules/editor/tpl/editor.html @@ -40,6 +40,8 @@
+ + @@ -65,7 +67,9 @@
- + + +
diff --git a/modules/editor/tpl/lang/ko.lang.php b/modules/editor/tpl/lang/ko.lang.php index 9f8296d09..81ebb25b6 100644 --- a/modules/editor/tpl/lang/ko.lang.php +++ b/modules/editor/tpl/lang/ko.lang.php @@ -29,12 +29,6 @@ "h6" => "작은글 (h6)", ); - $lang->edit->image_url = '이미지 경로'; - - $lang->edit->multimedia_url = '멀티미디어 경로'; - $lang->edit->multimedia_width = '가로크기'; - $lang->edit->multimedia_height = '세로크기'; - $lang->edit->submit = '확인'; $lang->edit->help_fontcolor = "글자의 색상을 지정합니다";