Index: modules/shortcut/shortcut.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/shortcut/shortcut.admin.inc,v
retrieving revision 1.13
diff -u -p -r1.13 shortcut.admin.inc
--- modules/shortcut/shortcut.admin.inc	24 Apr 2010 14:49:14 -0000	1.13
+++ modules/shortcut/shortcut.admin.inc	16 May 2010 17:02:53 -0000
@@ -71,8 +71,10 @@ function shortcut_set_switch($form, &$fo
 
     $form['new'] = array(
       '#type' => 'textfield',
+      '#title' => t('Label'),
       '#description' => t('The new set is created by copying items from your default shortcut set.'),
       '#access' => $add_access,
+      '#required' => TRUE,
     );
 
     if ($user->uid != $account->uid) {
@@ -191,6 +193,7 @@ function shortcut_set_add_form($form, &$
     '#type' => 'textfield',
     '#title' => t('Set name'),
     '#description' => t('The new set is created by copying items from your default shortcut set.'),
+    '#required' => TRUE,
   );
 
   $form['actions'] = array('#type' => 'actions');
? sites/all/themes/corolla-HEAD/highlight_invalid_input_field.patch
