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
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user