add localization to default costume name

pull/3/merge
Manuel Menezes de Sequeira 2014-10-01 09:25:01 +01:00
rodzic ebbd0be87a
commit 106cd56128
1 zmienionych plików z 1 dodań i 1 usunięć

2
gui.js
Wyświetl plik

@ -5947,7 +5947,7 @@ WardrobeMorph.prototype.removeCostumeAt = function (idx) {
WardrobeMorph.prototype.paintNew = function () { WardrobeMorph.prototype.paintNew = function () {
var cos = new Costume( var cos = new Costume(
newCanvas(), newCanvas(),
this.sprite.newCostumeName('Untitled') this.sprite.newCostumeName(localize('Untitled'))
), ),
ide = this.parentThatIsA(IDE_Morph), ide = this.parentThatIsA(IDE_Morph),
myself = this; myself = this;