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 = "글자의 색상을 지정합니다";