Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taextras.py
diff options
context:
space:
mode:
Diffstat (limited to 'taextras.py')
-rw-r--r--taextras.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/taextras.py b/taextras.py
index 7227b11..80deede 100644
--- a/taextras.py
+++ b/taextras.py
@@ -60,9 +60,8 @@ BUTIA_STRINGS = [
_('Returns the object gray level encountered him as a number between \
0 and 1023.'),
_('Returns 1 when the button is press and 0 otherwise.'),
- _('Returns the level of ligth in the ambient as a number between \
-0 and 1023.'),
- _('Returns the temperature in the ambient as a number between 0 and 255.'),
+ _('Returns the ambient light level as a number between 0 and 1023.'),
+ _('Returns the ambient temperature as a number between 0 and 255.'),
_('Returns the distance from the object in front of the sensor as a \
number between 0 and 255.'),
_('Returns 0 or 1 depending on the sensor inclination.'),
@@ -83,8 +82,8 @@ number between 0 and 255.'),
_('Butia battery charge'),
_('Returns the battery charge as a number between 0 and 255.'),
_('Butia speed'),
- _('Set the moving speed of the Butia motors as the value between \
-0 and 1023, passed by argument.'),
+ _('Set the speed of the Butia motors as the value between 0 and 1023, \
+passed by an argument.'),
_('forward Butia'),
_('Move the Butia robot forward.'),
_('forward distance'),