diff options
| author | Manuel Menezes de Sequeira <MMSequeira@gmail.com> | 2014-10-01 09:25:01 +0100 |
|---|---|---|
| committer | Manuel Menezes de Sequeira <MMSequeira@gmail.com> | 2014-10-01 09:25:01 +0100 |
| commit | 106cd56128343c922eefaf4f9f63a816ca446a1c (patch) | |
| tree | e2a24b3a842ed56757d923c4e8f0fd2e578ade90 /gui.js | |
| parent | ebbd0be87ac9d8b2ac80857089350cfdd11f27b4 (diff) | |
| download | snap-106cd56128343c922eefaf4f9f63a816ca446a1c.tar.gz snap-106cd56128343c922eefaf4f9f63a816ca446a1c.zip | |
add localization to default costume name
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
