From 0486b88297bedd4c47bed3967236f222215a3990 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 19 Feb 2011 16:37:17 +0000 Subject: fixed typo that broke help --- (limited to 'plugins') 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 -- cgit v0.9.1