kopia lustrzana https://github.com/backface/turtlestitch
add localization to default costume name
rodzic
ebbd0be87a
commit
106cd56128
2
gui.js
2
gui.js
|
@ -5947,7 +5947,7 @@ WardrobeMorph.prototype.removeCostumeAt = function (idx) {
|
|||
WardrobeMorph.prototype.paintNew = function () {
|
||||
var cos = new Costume(
|
||||
newCanvas(),
|
||||
this.sprite.newCostumeName('Untitled')
|
||||
this.sprite.newCostumeName(localize('Untitled'))
|
||||
),
|
||||
ide = this.parentThatIsA(IDE_Morph),
|
||||
myself = this;
|
||||
|
|
Ładowanie…
Reference in New Issue