summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorJens Mönig <jens@moenig.org>2014-10-01 13:45:54 +0200
committerJens Mönig <jens@moenig.org>2014-10-01 13:45:54 +0200
commitfd7c3f70f89c2b4b1c378438c788cf9edf8a28c7 (patch)
tree876dde815d3c6fc3c7a2f55c97bf0e145a61cc01 /gui.js
parent57a16b3b317ae98cc4d162af173e85e8ef1064d8 (diff)
parent5c921c89d86de438012d0b94c2a244ac7b9dd443 (diff)
downloadsnap-fd7c3f70f89c2b4b1c378438c788cf9edf8a28c7.tar.gz
snap-fd7c3f70f89c2b4b1c378438c788cf9edf8a28c7.zip
Merge pull request #600 from MMSequeira/master
Corrections and additions to Portuguese translation
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js2
1 files changed, 1 insertions, 1 deletions
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;