From 6079efcacb1987f83b4b5e8620cb64f617acf01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Guill=C3=A9n=20i=20Pelegay?= Date: Wed, 7 Dec 2016 00:00:49 +0100 Subject: [PATCH] adapting 'rename costume' message --- gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.js b/gui.js index 0d89e82b..80d3350c 100644 --- a/gui.js +++ b/gui.js @@ -6714,7 +6714,7 @@ CostumeIconMorph.prototype.renameCostume = function () { } } ).prompt( - 'rename costume', + this.currentSprite instanceof SpriteMorph ? 'rename costume' : 'rename background', costume.name, this.world() );