? thickbox.patch Index: thickbox.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/thickbox/thickbox.module,v retrieving revision 1.7 diff -u -r1.7 thickbox.module --- thickbox.module 27 Nov 2006 07:57:07 -0000 1.7 +++ thickbox.module 26 Dec 2006 18:54:32 -0000 @@ -36,6 +36,7 @@ $items[] = array( 'path' => 'admin/settings/thickbox', 'title' => t('Thickbox'), + 'description' => t('Configure Thickbox behavior.'), 'callback' => 'drupal_get_form', 'callback arguments' => 'thickbox_admin_settings', 'access' => user_access('administer site configuration')