Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taextras.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-09-16 12:41:16 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-09-16 12:41:16 (GMT)
commitc0f09da71b47b31ed90ace2319837ed8db949057 (patch)
tree503251d24a6c7b738a7561f958516c18a209d378 /taextras.py
parentbd491fcc81e7a5b7f6724b1c29869f2bedf11cae (diff)
pep8 cleanup
Diffstat (limited to 'taextras.py')
-rw-r--r--taextras.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/taextras.py b/taextras.py
index 4efc96a..be317b4 100644
--- a/taextras.py
+++ b/taextras.py
@@ -109,7 +109,8 @@ BUTIA_STRINGS = [
_('refresh the state of the Butia palette and blocks'),
#TRANS: This string is shorthand for "battery charge of Butia"
_('battery charge Butia'),
- _('returns the battery charge in volts. If no motors present, it returns 255'),
+ _('returns the battery charge in volts. If no motors present, \
+it returns 255'),
#TRANS: This string is shorthand for "speed of Butia"
_('speed Butia'),
_('set the speed of the Butia motors'),
@@ -531,8 +532,8 @@ EXPEYES_STRINGS = [
<= 2.5 volts'),
# TRANS: Resistive sensor voltage level
_('SEN level'),
- _('returns 1 if resistive sensor (SEN) voltage level > 2.5 volts, 0 if SEN \
-voltage level <= 2.5 volts'),
+ _('returns 1 if resistive sensor (SEN) voltage level > 2.5 volts, \
+0 if SEN voltage level <= 2.5 volts'),
_('capture'),
_('input'),
_('samples'),
@@ -566,4 +567,3 @@ to FIFO'),
_('read programmable voltage'),
_('Expeyes device not found')
]
-