Index: rsvp.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/rsvp/rsvp.module,v
retrieving revision 1.22.2.43
diff -u -p -r1.22.2.43 rsvp.module
--- rsvp.module	17 Mar 2010 17:58:14 -0000	1.22.2.43
+++ rsvp.module	13 Nov 2010 04:55:15 -0000
@@ -2844,7 +2844,7 @@ function rsvp_reply_form(&$form_state, $
   //added prefix, suffix to render horizontally.
   $form['reply_invite_reply'] = array(
     '#type' => 'radios',
-    '#title' => ($is_own_invitation) ? t('Will you attend, \'%owner\'', array('%owner' => $target_name)). '<br />' : t('Will guest \'%owner\' attend', array('%owner' => $target_name)) . '<br />',
+    '#title' => ($is_own_invitation) ? t('Will you attend?'). '<br />' : t('Will guest \'%owner\' attend', array('%owner' => $target_name)) . '<br />',
     '#default_value' => $response_default,
     '#options' => $responses,
     //'#description' => ($is_own_invitation) ?  '<br />' . t('Select your response to the invitation.') : '<br />' . t('Select response for guest \'%owner\' to the invitation.', array('%owner' => $target_name)),
