diff --git a/editor/locale/lang.en.js b/editor/locale/lang.en.js index 8e41a7ca..99728022 100644 --- a/editor/locale/lang.en.js +++ b/editor/locale/lang.en.js @@ -132,12 +132,13 @@ {"id": "zoom_panel", "title": "Change zoom level"}, {"id": "zoomLabel", "textContent": "zoom:"}, {"id": "sidepanel_handle", "textContent": "L a y e r s", "title": "Drag left/right to resize side panel"}, +{"id": "main_icon", "title": "Main Menu"}, {"id": "tool_blur", "title": "Change gaussian blur value"}, {"id": "tool_position", "title": "Align Element to Page"}, {"id": "idLabel", "title": "Identify the element"}, {"id": "tool_openclose_path", "title": "Open/close sub-path"}, {"id": "tool_add_subpath", "title": "Add sub-path"}, -{"id": "cur_linejoin", "title": "Add sub-path"}, +{"id": "toggle_stroke_tools", "title": "Show/hide more stroke tools"}, {"id": "linejoin_miter", "title": "Linejoin: Miter"}, {"id": "linejoin_round", "title": "Linejoin: Round"}, {"id": "linejoin_bevel", "title": "Linejoin: Bevel"}, @@ -150,6 +151,8 @@ {"id": "mode_connect", "title": "Connect two objects"}, {"id": "connector_no_arrow", "textContent": "No arrow"}, + + { "js_strings": { "QerrorsRevertToSource": "There were parsing errors in your SVG source.\nRevert back to original SVG source?", diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 91776cf1..dd2d018c 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -450,7 +450,6 @@ script type="text/javascript" src="locale/locale.min.js">