Index: webform.emails.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/includes/webform.emails.inc,v
retrieving revision 1.6
diff -u -r1.6 webform.emails.inc
--- webform.emails.inc	23 Jan 2010 02:10:06 -0000	1.6
+++ webform.emails.inc	26 Jan 2010 03:50:19 -0000
@@ -220,7 +220,7 @@
     $form[$field . '_component'] = array(
       '#type' => 'select',
       '#default_value' =>  is_numeric($email[$field]) ? $email[$field] : NULL,
-      '#options' => empty($options) ? array('' => 'No available components') : $options,
+      '#options' => empty($options) ? array('' => t('No available components')) : $options,
       '#disabled' => empty($options) ? TRUE : FALSE,
       '#weight' => 6,
     );
