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>2011-02-19 16:37:17 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-02-19 16:37:17 (GMT)
commit0486b88297bedd4c47bed3967236f222215a3990 (patch)
tree1b66f515d9e5eeefa4f509febd59fdd7c624977d
parent05bb24ab16b19fb29574c3f3e7ad1f03fdce574c (diff)
fixed typo that broke help
-rw-r--r--plugins/audio_sensors_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/audio_sensors_plugin.py b/plugins/audio_sensors_plugin.py
index d01e321..d8908c8 100644
--- a/plugins/audio_sensors_plugin.py
+++ b/plugins/audio_sensors_plugin.py
@@ -87,7 +87,7 @@ class Audio_sensors_plugin(Plugin):
PALETTES[PALETTE_NAMES.index('sensor')].append('sound')
BOX_STYLE.append('sound')
BLOCK_NAMES['sound'] = [_('sound')]
- HELP_STRINGS['sound'] = _('raw microphone input signal'),
+ HELP_STRINGS['sound'] = _('raw microphone input signal')
VALUE_BLOCKS.append('sound')
PRIMITIVES['sound'] = 'sound'
PLUGIN_DICTIONARY['sound'] = self.prim_sound