Index: station_schedule.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/station/schedule/station_schedule.module,v
retrieving revision 1.31.2.6
diff -u -p -u -p -r1.31.2.6 station_schedule.module
--- station_schedule.module	10 Aug 2007 17:22:34 -0000	1.31.2.6
+++ station_schedule.module	1 Oct 2007 15:33:03 -0000
@@ -744,7 +744,7 @@ function station_schedule_admin_form($op
   $form['program_title'] = array(
     '#type' => 'textfield',
     '#title' => t('Program'),
-    '#description' => t("Type the name of this hour's program, or if nothing is scheduled, leave it blank."),
+    '#description' => t("Enter the name of the program."),
     '#default_value' => $program_title,
     '#maxlength' => 128,
     '#autocomplete_path' => 'station/autocomplete/program'
