From d0122aded8f051dd150a114db895788685ad5809 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 25 Jul 2012 01:02:04 +0000 Subject: new NXT strings --- 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 = [ -- cgit v0.9.1