diff --git a/editor/locale/lang.en.js b/editor/locale/lang.en.js index 99728022..249109f9 100644 --- a/editor/locale/lang.en.js +++ b/editor/locale/lang.en.js @@ -150,9 +150,8 @@ {"id": "tool_eyedropper", "title": "Eye Dropper Tool"}, {"id": "mode_connect", "title": "Connect two objects"}, {"id": "connector_no_arrow", "textContent": "No arrow"}, - - - +{"id": "copyrightLabel", "textContent": "Powered by"}, +{"id": "url_notice", "title": "NOTE: This image cannot be embedded. It will depend on this path to be displayed"}, { "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 dd2d018c..91086b87 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -160,9 +160,9 @@ script type="text/javascript" src="locale/locale.min.js">
-