? custom_links-487800.patch
Index: custom_links.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/custom_links/custom_links.module,v
retrieving revision 1.6
diff -u -p -r1.6 custom_links.module
--- custom_links.module	29 Jan 2008 08:35:49 -0000	1.6
+++ custom_links.module	10 Jun 2009 17:55:06 -0000
@@ -17,7 +17,7 @@ function custom_links_menu() {
   );
 
   $items['admin/build/custom_links/add'] = array(
-    'title' => 'Add custom breadcrumb',
+    'title' => 'Add custom link',
     'type' => MENU_CALLBACK,
     'page callback' => 'drupal_get_form',
     'page arguments' => array('custom_links_form'),
@@ -27,7 +27,7 @@ function custom_links_menu() {
   );
 
   $items['admin/build/custom_links/edit'] = array(
-    'title' => 'Edit custom breadcrumb',
+    'title' => 'Edit custom link',
     'type' => MENU_CALLBACK,
     'page callback' => 'drupal_get_form',
     'page arguments' => array('custom_links_form'),
