Restore layer button functionality broken since locale-script change

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1922 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2011-01-16 20:25:57 +00:00
parent 372b5d996b
commit e4714fd767
2 changed files with 4 additions and 2 deletions

View File

@ -67,8 +67,6 @@ var svgEditor = (function($, Editor) {
common = langData.common,
ui = langData.ui;
Editor.uiStrings['layers'] = layers;
setStrings('content', {
copyrightLabel: misc.powered_by,
curve_segments: properties.curve_segments,

View File

@ -70,6 +70,10 @@
"key_del":"Del"
},
// This is needed if the locale is English, since the locale strings are not read in that instance.
layers: {
"layer":"Layer"
},
notification: {
"invalidAttrValGiven":"Invalid value given",
"noContentToFitTo":"No content to fit to",