From 833f0758a425af373370cdd2634a29c6a4370b26 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 14 Sep 2012 17:05:51 +0000 Subject: handle blocks with 4 labels --- (limited to 'plugins/turtle_blocks_extras') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index ff9eebe..606a632 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -313,7 +313,8 @@ complete')) palette.add_block('sinewave', style='basic-style-3arg', # TRANS: pitch, duration, amplitude - label=[_('sinewave'), _('pitch'), _('duration'), ''], + label=[_('sinewave') + '\n\n', _('pitch'), + _('amplitude'), _('duration')], prim_name='sinewave', default=[1000, 5000, 1], help_string=_('plays a sinewave at frequency, \ -- cgit v0.9.1