### Eclipse Workspace Patch 1.0
#P drupal
Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.70
diff -u -r1.70 system.admin.inc
--- modules/system/system.admin.inc	14 Apr 2008 17:48:41 -0000	1.70
+++ modules/system/system.admin.inc	14 Apr 2008 19:55:55 -0000
@@ -2182,7 +2182,7 @@
   foreach (element_children($form['modules']) as $module) {
     $rows[] = array(
       array('data' => drupal_render($form['uninstall'][$module]), 'align' => 'center'),
-      '<strong>' . drupal_render($form['modules'][$module]['name']) . '</strong>',
+      '<strong><label for="' . $form['uninstall'][$module]['#id'] . '">' . drupal_render($form['modules'][$module]['name']) . '</label></strong>',
       array('data' => drupal_render($form['modules'][$module]['description']), 'class' => 'description'),
     );
   }
