diff --git a/editor/locale/lang.en.js b/editor/locale/lang.en.js index cbc68a2a..f121b3b5 100644 --- a/editor/locale/lang.en.js +++ b/editor/locale/lang.en.js @@ -86,6 +86,7 @@ {"id": "tool_alignright", "title": "Align Right"}, {"id": "tool_aligntop", "title": "Align Top"}, {"id": "tool_bold", "title": "Bold Text"}, +{"id": "tool_blur", "title": "Change gaussian blur value"}, {"id": "tool_circle", "title": "Circle"}, {"id": "tool_clear", "textContent": "New Image"}, {"id": "tool_clone", "title": "Clone Element"}, diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 386929fa..90b49ca0 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -171,10 +171,10 @@ script type="text/javascript" src="locale/locale.min.js"> -
+