Index: plugins/uts_path/uts_path.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/uts/plugins/uts_path/uts_path.module,v retrieving revision 1.16 diff -u -r1.16 uts_path.module --- plugins/uts_path/uts_path.module 15 Jan 2009 06:54:28 -0000 1.16 +++ plugins/uts_path/uts_path.module 26 May 2009 16:09:26 -0000 @@ -176,7 +176,8 @@ case t('Stop'): variable_set('uts_path_ideal_recorder', UTS_PATH_RECORDER_CLOSED); - // Redirect to task page. + // Redirect to task page and display instructions. + drupal_set_message(t('Please confirm that the ideal path is correct and save the task.')); $form_state['redirect'] = 'node/' . variable_get('uts_path_ideal_recorder_task_nid', 0) . '/edit'; break; case t('Clear'):