diff --git a/src/lib/opcode-labels.js b/src/lib/opcode-labels.js index 4ff08f7af1434fb8b36c1d8b5e6d0d0516dcf462..8f9fe82cbddcc4979abe642765e23b89b56c7968 100644 --- a/src/lib/opcode-labels.js +++ b/src/lib/opcode-labels.js @@ -7,12 +7,12 @@ const messages = defineMessages({ id: 'gui.opcodeLabels.direction' }, motion_xposition: { - defaultMessage: 'x postion', + defaultMessage: 'x position', description: 'Label for the x position monitor when shown on the stage', id: 'gui.opcodeLabels.xposition' }, motion_yposition: { - defaultMessage: 'y postion', + defaultMessage: 'y position', description: 'Label for the y position monitor when shown on the stage', id: 'gui.opcodeLabels.yposition' },