From 6c8a7353841df425ce2e4fd9b771ffc8dd99b707 Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sat, 21 Mar 2015 11:47:50 +0100 Subject: update translation and fix a typo --- objects.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'objects.js') 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 -- cgit v1.3.1