Mass conversion of locale files to new format
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1901 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -72,7 +72,6 @@
|
||||
notification: {
|
||||
"invalidAttrValGiven":"Invalid value given",
|
||||
"noContentToFitTo":"No content to fit to",
|
||||
"layer":"Layer",
|
||||
"dupeLayerName":"There is already a layer named that!",
|
||||
"enterUniqueLayerName":"Please enter a unique layer name",
|
||||
"enterNewLayerName":"Please enter the new layer name",
|
||||
@@ -3537,7 +3536,7 @@
|
||||
$('#layer_new').click(function() {
|
||||
var i = svgCanvas.getNumLayers();
|
||||
do {
|
||||
var uniqName = uiStrings.notification.layer + " " + ++i;
|
||||
var uniqName = uiStrings.layers.layer + " " + ++i;
|
||||
} while(svgCanvas.hasLayer(uniqName));
|
||||
|
||||
$.prompt(uiStrings.notification.enterUniqueLayerName,uniqName, function(newName) {
|
||||
|
||||
Reference in New Issue
Block a user