Skip to content

Commit

Permalink
Fixed #4941: Typo in taextras.py
Browse files Browse the repository at this point in the history
  • Loading branch information
devAbnull committed Feb 28, 2016
1 parent f6065a3 commit 7d037c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions taextras.py
Expand Up @@ -64,14 +64,14 @@
_('ERROR: The degrees must be between 0 and 300'),
_('ERROR: The speed must be a value between 0 and 1023'),
_('ERROR: The value must be 0 or 1, LOW or HIGH'),
_('ERROR: The board is disconected or the ID is out of range'),
_('ERROR: The especified ID is not available'),
_('ERROR: The board is disconnected or the ID is out of range'),
_('ERROR: The specified ID is not available'),
_('AX-12 Motors functions'),
_('ax12'),
_('refresh AX12'),
_('refresh the state of the Ax palette and blocks'),
_('getID'),
_('return a random ID of the conected AX-motors'),
_('return a random ID of the connected AX-motors'),
_('get position'),
_('get the position of the AX-12 motors'),
_('set position'),
Expand All @@ -95,7 +95,7 @@
ATYARANDU_STRINGS = [
_('Palette of Renewable Energy'),
_('refresh Energy'),
_('updates the status of the pallet and the Energy blocks'),
_('updates the status of the palette and the Energy blocks'),
_('energy generated'),
_('Estimated value of renewable energy (MW) to generate in the next hour in Uruguay'),
_('max energy'),
Expand Down Expand Up @@ -688,7 +688,7 @@
# Palette to control X11 events
_('Palette of X11 event blocks'),
_('setXY'),
_('set the mouse pointer tox y coordinates'),
_('set the mouse pointer to x y coordinates'),
_('getMouseX'),
_('get the mouse pointer x coordinate'),
_('getMouseY'),
Expand Down

0 comments on commit 7d037c2

Please sign in to comment.