Translation "please select" (select-box)

Project: 
Ubercart
Category: 
task
Version: 
Ubercart 1.0 RC
Priority: 
normal
Assigned: 
Unassigned
Status: 
patch (needs review)

Please change in

uc_attribute.module
line 1492 (RC2)
- $options = array('' => 'Please select') + $options;
+ $options = array('' => t('Please select')) + $options;