Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-01-31 22:27:10 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-01-31 22:27:10 (GMT)
commitb923063c9e9f11aced8963a29e440ad8ac690d8a (patch)
tree739c487a75504965527721ce95af0c6e6a1eaa5a
parent5beb508942fdd59e4dfc74b219beac4dd3cbd3dc (diff)
fixed typo inadvertently introduced into butia strings
-rw-r--r--taextras.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/taextras.py b/taextras.py
index 5ed51dc..93632af 100644
--- a/taextras.py
+++ b/taextras.py
@@ -57,8 +57,7 @@ BUTIA_STRINGS = [
#(http://www.fing.edu.uy/inco/proyectos/butia/)
_('Turtle Art Butia'),
_('adjust LED intensity between 0 and 255'),
- _('returns the object gray level encountered him as a number between \
-0 and 1023'),
+ _('returns the object gray level as a number between 0 and 1023'),
_('returns 1 when the button is press and 0 otherwise'),
_('returns the ambient light level as a number between 0 and 1023'),
_('returns the ambient temperature as a number between 0 and 255'),