Index: date_popup/date_popup.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/date/date_popup/date_popup.module,v
retrieving revision 1.42.2.1.2.60
diff -u -p -r1.42.2.1.2.60 date_popup.module
--- date_popup/date_popup.module	13 Aug 2010 18:48:34 -0000	1.42.2.1.2.60
+++ date_popup/date_popup.module	20 Aug 2010 22:27:23 -0000
@@ -600,7 +600,7 @@ function date_popup_settings() {
     '#description' => t("Choose the jQuery timepicker to user."),
   );
 
-  $form['date_popup_timepicker']['#prefix'] .= t('<p>The Date Popup module uses a jQuery timepicker module. There is no "official" jQuery UI timepicker, and not everyone likes the one that is included here. If you do not want to use the timepicker, you can turn it off below and users will get a regular textfield instead.</p>');
+  $form['date_popup_timepicker']['#prefix'] = t('<p>The Date Popup module uses a jQuery timepicker module. There is no "official" jQuery UI timepicker, and not everyone likes the one that is included here. If you do not want to use the timepicker, you can turn it off below and users will get a regular textfield instead.</p>');
   
   $css = <<<EOM
 /* ___________ IE6 IFRAME FIX ________ */
