diff --git a/editor/locale/lang.ko.js b/editor/locale/lang.ko.js index 3c135b61..6fd7e9dd 100644 --- a/editor/locale/lang.ko.js +++ b/editor/locale/lang.ko.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "맞춤 선택", "align_relative_to": "정렬 상대적으로 ...", "relativeTo": "상대:", - "페이지": "페이지", + "page": "페이지", "largest_object": "큰 개체", "selected_objects": "당선 개체", "smallest_object": "작은 개체", @@ -247,4 +247,4 @@ svgEditor.readLang({ rememberLabel: "Remember this choice?", rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again." } -}); \ No newline at end of file +});