summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/blocks.js b/blocks.js
index 8745f3f..dd67695 100644
--- a/blocks.js
+++ b/blocks.js
@@ -6769,8 +6769,8 @@ InputSlotMorph.prototype.attributesMenu = function () {
}
if (obj instanceof SpriteMorph) {
dict = {
- 'x position' : ['x position'],
- 'y position' : ['y position'],
+ 'longitude' : ['x position'],
+ 'latitude' : ['y position'],
'direction' : ['direction'],
'costume #' : ['costume #'],
'costume name' : ['costume name'],