summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-03-21 11:47:50 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-03-21 11:47:50 +0100
commit6c8a7353841df425ce2e4fd9b771ffc8dd99b707 (patch)
tree4221caee45bbb207bf8cc33909221cd4d6dc44df /objects.js
parentdbc463c70ad7bbd43b907ec0345bd0965698c0cf (diff)
downloadsnap-yow-6c8a7353841df425ce2e4fd9b771ffc8dd99b707.tar.gz
snap-yow-6c8a7353841df425ce2e4fd9b771ffc8dd99b707.zip
update translation and fix a typo
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/objects.js b/objects.js
index 6282755..ce17065 100644
--- a/objects.js
+++ b/objects.js
@@ -942,17 +942,17 @@ SpriteMorph.prototype.initBlocks = function () {
reportAccelerationX: {
type: 'reporter',
category: 'sensing',
- spec: 'current acceleration along the x axes'
+ spec: 'current acceleration along the x axis'
},
reportAccelerationY: {
type: 'reporter',
category: 'sensing',
- spec: 'current acceleration along the y axes'
+ spec: 'current acceleration along the y axis'
},
reportAccelerationZ: {
type: 'reporter',
category: 'sensing',
- spec: 'current acceleration along the z axes'
+ spec: 'current acceleration along the z axis'
},
// Operators