? relatedcontent-ui-t.patch
Index: relatedcontent.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/relatedcontent/relatedcontent.module,v
retrieving revision 1.16.2.13.2.5
diff -u -p -r1.16.2.13.2.5 relatedcontent.module
--- relatedcontent.module	9 Dec 2009 12:45:19 -0000	1.16.2.13.2.5
+++ relatedcontent.module	20 Jan 2011 05:03:59 -0000
@@ -449,7 +449,7 @@ function _relatedcontent_form_alter_node
   '#title' => t('RelatedContent configuration'),
   '#description' => t(
   'Configure how RelatedContent should work on nodes of the type %type. For more information, see the !help.',
-  array('!type' => $type, '!help' => l(t('help page'), 'admin/help/relatedcontent'))
+  array('%type' => $type, '!help' => l(t('help page'), 'admin/help/relatedcontent'))
   ),
   '#collapsible' => TRUE,
   '#collapsed' => !relatedcontent_variable_enabled($type),
@@ -1465,4 +1465,4 @@ function _related_content_create_links($
     $links[$nid] = l($title_object->title, 'node/'. $nid);
   }
   return $links;
-}
\ No newline at end of file
+}
