diff --git a/Makefile b/Makefile
index 1ecbde98..fa800c79 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME=svg-edit
-VERSION=2.6
+VERSION=2.7
PACKAGE=$(NAME)-$(VERSION)
MAKEDOCS=naturaldocs/NaturalDocs
CLOSURE=build/tools/closure-compiler.jar
@@ -25,8 +25,8 @@ JS_FILES=\
path.js \
svgcanvas.js \
svg-editor.js \
- contextmenu.js \
- locale/locale.js
+ locale/locale.js \
+ contextmenu.js
JS_INPUT_FILES=$(addprefix editor/, $(JS_FILES))
JS_BUILD_FILES=$(addprefix build/$(PACKAGE)/, $(JS_FILES))
diff --git a/editor/locale/locale.js b/editor/locale/locale.js
index d592e70c..49094640 100644
--- a/editor/locale/locale.js
+++ b/editor/locale/locale.js
@@ -74,7 +74,7 @@ var svgEditor = (function($, editor) {'use strict';
ui = langData.ui;
setStrings('content', {
- copyrightLabel: misc.powered_by,
+ // copyrightLabel: misc.powered_by, // Currently commented out in svg-editor.html
curve_segments: properties.curve_segments,
fitToContent: tools.fitToContent,
fit_to_all: tools.fit_to_all,
diff --git a/editor/svg-editor.html b/editor/svg-editor.html
index b115f2a0..0c4b4a67 100644
--- a/editor/svg-editor.html
+++ b/editor/svg-editor.html
@@ -13,7 +13,7 @@