adapting 'rename costume' message

pull/29/head
Joan Guillén i Pelegay 2016-12-07 00:00:49 +01:00
rodzic 665f54b9ec
commit 6079efcacb
1 zmienionych plików z 1 dodań i 1 usunięć

2
gui.js
Wyświetl plik

@ -6714,7 +6714,7 @@ CostumeIconMorph.prototype.renameCostume = function () {
}
}
).prompt(
'rename costume',
this.currentSprite instanceof SpriteMorph ? 'rename costume' : 'rename background',
costume.name,
this.world()
);