Index: modules/volunteer/volunteer.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/volunteer/volunteer.module,v retrieving revision 1.54 diff -u -r1.54 volunteer.module --- modules/volunteer/volunteer.module 1 Mar 2006 23:14:43 -0000 1.54 +++ modules/volunteer/volunteer.module 10 May 2006 02:03:16 -0000 @@ -889,7 +889,7 @@ 'deny' => 'Thanks for volunteering for %event_title. Unfortunately the event is full. Please check back for other events.', 'wait' => 'Thanks for volunteering! The event is full, but we have put you on the wait-list, so cross your fingers.', 'reminder' => 'Hey we just wanted to remind you that the event you volunteered for is happening soon. Thanks again for volunteering.', - 'follow_up' => 'Thanks for volunteering. We are hopeing that you could take a second and tell us your experience of volunteering.'); + 'follow_up' => 'Thanks for volunteering. We are hoping that you could take a second and tell us about your volunteer experience.'); return $messages[$message]."\n\n-%coordinator\n\n%site_link"; }