@@ -237,7 +237,7 @@ function og_ui_confirm_unsubscribe($form, &$form_state, $group_type, $group) {
$label=entity_label($group_type,$group);
$url=entity_uri($group_type,$group);
returnconfirm_form($form,t('Are you sure you want to unsubscribe from the group %title?',array('%title'=>$label)),$url,NULL,t('Remove'),t('Cancel'));
returnconfirm_form($form,t('Are you sure you want to unsubscribe from the group %title?',array('%title'=>$label)),$url,NULL,t('Unsubscribe'),t('Cancel'));