Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--taextras.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/taextras.py b/taextras.py
index d1c8ac0..58c4254 100644
--- a/taextras.py
+++ b/taextras.py
@@ -366,7 +366,10 @@ LEGO_STRINGS = [
# TRANS: set light is used to set the light level associated with
# the color sensor (which can emit light as well as sense it)
_('set light'),
- _('Set color sensor light.')
+ _('Set color sensor light.'),
+ # TRANS: the battery level is the charge level of the brick
+ _('battery level'),
+ _('Get battery level of brick.')
]
ARDUINO_STRINGS = [