From e40c0b84100da8af1971d58d19fbb31a0487739e Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 29 Aug 2011 12:03:17 +0000 Subject: more typos (#3063) --- (limited to 'taextras.py') 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'), -- cgit v0.9.1