Index: insert_block.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/insert_block/insert_block.module,v
retrieving revision 1.1
diff -u -F^f -r1.1 insert_block.module
--- insert_block.module	13 Jan 2006 02:08:12 -0000	1.1
+++ insert_block.module	15 Mar 2006 02:05:06 -0000
@@ -5,7 +5,7 @@ function insert_block_help($section = 'a
   $output = '';
   switch ($section) {
     case 'admin/modules#description':
-      return t('Inserts the contents of a block into into a node using [block:module=delta] tags');
+      return t('Inserts the contents of a block into a node using [block:module=delta] tags');
     case 'filter#short-tip':
       return t('You may use <a href="%insert_block_help">[block:<i>module</i>=<i>delta</i>] tags</a> to display the contents of block <i>delta</i> for module <i>module</i>.', array("%insert_block_help" => url("filter/tips/$format", NULL, 'filter-insert_block')));
     case 'filter#long-tip':
@@ -27,7 +27,7 @@ function insert_block_filter($op, $delta
   // discuss each filter in turn.
   switch ($op) {
     case 'description':
-       return t('Inserts content lists into nodes using [view:myview] tags.');
+       return t('Inserts the contents of a block into a node using [block:module=delta] tags.');
     case 'prepare':
        return $text;
     case 'process':
