diff options
| author | Jens Mönig <jens@moenig.org> | 2014-10-01 13:45:54 +0200 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2014-10-01 13:45:54 +0200 |
| commit | fd7c3f70f89c2b4b1c378438c788cf9edf8a28c7 (patch) | |
| tree | 876dde815d3c6fc3c7a2f55c97bf0e145a61cc01 /gui.js | |
| parent | 57a16b3b317ae98cc4d162af173e85e8ef1064d8 (diff) | |
| parent | 5c921c89d86de438012d0b94c2a244ac7b9dd443 (diff) | |
| download | snap-yow-fd7c3f70f89c2b4b1c378438c788cf9edf8a28c7.tar.gz snap-yow-fd7c3f70f89c2b4b1c378438c788cf9edf8a28c7.zip | |
Merge pull request #600 from MMSequeira/master
Corrections and additions to Portuguese translation
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; |
