From e5fba1af530c86c0be3ffe265b35e6a60251b10f Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sun, 22 Mar 2015 11:12:17 +0100 Subject: fix lost string in blocks.js --- blocks.js | 4 ++-- 1 file 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'], -- cgit v1.3.1