summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-03-22 11:12:17 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-03-22 11:12:17 +0100
commite5fba1af530c86c0be3ffe265b35e6a60251b10f (patch)
tree885cdf98e343ac4d1fa952dfd1ec639a43bcf78e
parente77fc5ff897561c82468aa0a0ed8bb2ec80c1fd9 (diff)
downloadsnap-yow-e5fba1af530c86c0be3ffe265b35e6a60251b10f.tar.gz
snap-yow-e5fba1af530c86c0be3ffe265b35e6a60251b10f.zip
fix lost string in 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'],