Index: components/select.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/components/select.inc,v
retrieving revision 1.53
diff -u -r1.53 select.inc
--- components/select.inc	23 Apr 2010 16:57:13 -0000	1.53
+++ components/select.inc	15 May 2010 11:50:42 -0000
@@ -276,7 +276,7 @@
   }
 
   if ($component['extra']['aslist'] && !$component['extra']['multiple'] && !($component['mandatory'] && !empty($component['value']))) {
-    $options = array('' => t('select...')) + $options;
+    $options = array('' => t('- Please select -')) + $options;
   }
 
   // Set the component options.
