From 106cd56128343c922eefaf4f9f63a816ca446a1c Mon Sep 17 00:00:00 2001 From: Manuel Menezes de Sequeira Date: Wed, 1 Oct 2014 09:25:01 +0100 Subject: add localization to default costume name --- gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.js b/gui.js index 7f4d7db..465b138 100644 --- a/gui.js +++ b/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; -- cgit v1.3.1