Index: src/bp-activity/bp-activity-screens.php
===================================================================
--- src/bp-activity/bp-activity-screens.php	(revision 9964)
+++ src/bp-activity/bp-activity-screens.php	(working copy)
@@ -387,8 +387,8 @@
 				<tr id="activity-notification-settings-mentions">
 					<td>&nbsp;</td>
 					<td><?php printf( __( 'A member mentions you in an update using "@%s"', 'buddypress' ), bp_core_get_username( bp_displayed_user_id() ) ) ?></td>
-					<td class="yes"><input type="radio" name="notifications[notification_activity_new_mention]" value="yes" <?php checked( $mention, 'yes', true ) ?>/></td>
-					<td class="no"><input type="radio" name="notifications[notification_activity_new_mention]" value="no" <?php checked( $mention, 'no', true ) ?>/></td>
+					<td class="yes"><label><input type="radio" name="notifications[notification_activity_new_mention]" value="yes" <?php checked( $mention, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
+					<td class="no"><label><input type="radio" name="notifications[notification_activity_new_mention]" value="no" <?php checked( $mention, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
 				</tr>
 			<?php endif; ?>
 
@@ -395,8 +395,8 @@
 			<tr id="activity-notification-settings-replies">
 				<td>&nbsp;</td>
 				<td><?php _e( "A member replies to an update or comment you've posted", 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_activity_new_reply]" value="yes" <?php checked( $reply, 'yes', true ) ?>/></td>
-				<td class="no"><input type="radio" name="notifications[notification_activity_new_reply]" value="no" <?php checked( $reply, 'no', true ) ?>/></td>
+				<td class="yes"><label><input type="radio" name="notifications[notification_activity_new_reply]" value="yes" <?php checked( $reply, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
+				<td class="no"><label><input type="radio" name="notifications[notification_activity_new_reply]" value="no" <?php checked( $reply, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
 			</tr>
 
 			<?php
Index: src/bp-friends/bp-friends-screens.php
===================================================================
--- src/bp-friends/bp-friends-screens.php	(revision 9964)
+++ src/bp-friends/bp-friends-screens.php	(working copy)
@@ -116,14 +116,14 @@
 			<tr id="friends-notification-settings-request">
 				<td></td>
 				<td><?php _ex( 'A member sends you a friendship request', 'Friend settings on notification settings page', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_friends_friendship_request]" value="yes" <?php checked( $send_requests, 'yes', true ) ?>/></td>
-				<td class="no"><input type="radio" name="notifications[notification_friends_friendship_request]" value="no" <?php checked( $send_requests, 'no', true ) ?>/></td>
+				<td class="yes"><label><input type="radio" name="notifications[notification_friends_friendship_request]" value="yes" <?php checked( $send_requests, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
+				<td class="no"><label><input type="radio" name="notifications[notification_friends_friendship_request]" value="no" <?php checked( $send_requests, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
 			</tr>
 			<tr id="friends-notification-settings-accepted">
 				<td></td>
 				<td><?php _ex( 'A member accepts your friendship request', 'Friend settings on notification settings page', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="yes" <?php checked( $accept_requests, 'yes', true ) ?>/></td>
-				<td class="no"><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="no" <?php checked( $accept_requests, 'no', true ) ?>/></td>
+				<td class="yes"><label><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="yes" <?php checked( $accept_requests, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
+				<td class="no"><label><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="no" <?php checked( $accept_requests, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
 			</tr>
 
 			<?php
Index: src/bp-groups/bp-groups-screens.php
===================================================================
--- src/bp-groups/bp-groups-screens.php	(revision 9964)
+++ src/bp-groups/bp-groups-screens.php	(working copy)
@@ -1338,26 +1338,26 @@
 			<tr id="groups-notification-settings-invitation">
 				<td></td>
 				<td><?php _ex( 'A member invites you to join a group', 'group settings on notification settings page','buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_groups_invite]" value="yes" <?php checked( $group_invite, 'yes', true ) ?>/></td>
-				<td class="no"><input type="radio" name="notifications[notification_groups_invite]" value="no" <?php checked( $group_invite, 'no', true ) ?>/></td>
+				<td class="yes"><label><input type="radio" name="notifications[notification_groups_invite]" value="yes" <?php checked( $group_invite, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
+				<td class="no"><label><input type="radio" name="notifications[notification_groups_invite]" value="no" <?php checked( $group_invite, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
 			</tr>
 			<tr id="groups-notification-settings-info-updated">
 				<td></td>
 				<td><?php _ex( 'Group information is updated', 'group settings on notification settings page', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_groups_group_updated]" value="yes" <?php checked( $group_update, 'yes', true ) ?>/></td>
-				<td class="no"><input type="radio" name="notifications[notification_groups_group_updated]" value="no" <?php checked( $group_update, 'no', true ) ?>/></td>
+				<td class="yes"><label><input type="radio" name="notifications[notification_groups_group_updated]" value="yes" <?php checked( $group_update, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
+				<td class="no"><label><input type="radio" name="notifications[notification_groups_group_updated]" value="no" <?php checked( $group_update, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
 			</tr>
 			<tr id="groups-notification-settings-promoted">
 				<td></td>
 				<td><?php _ex( 'You are promoted to a group administrator or moderator', 'group settings on notification settings page', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_groups_admin_promotion]" value="yes" <?php checked( $group_promo, 'yes', true ) ?>/></td>
-				<td class="no"><input type="radio" name="notifications[notification_groups_admin_promotion]" value="no" <?php checked( $group_promo, 'no', true ) ?>/></td>
+				<td class="yes"><label><input type="radio" name="notifications[notification_groups_admin_promotion]" value="yes" <?php checked( $group_promo, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
+				<td class="no"><label><input type="radio" name="notifications[notification_groups_admin_promotion]" value="no" <?php checked( $group_promo, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
 			</tr>
 			<tr id="groups-notification-settings-request">
 				<td></td>
 				<td><?php _ex( 'A member requests to join a private group for which you are an admin', 'group settings on notification settings page', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_groups_membership_request]" value="yes" <?php checked( $group_request, 'yes', true ) ?>/></td>
-				<td class="no"><input type="radio" name="notifications[notification_groups_membership_request]" value="no" <?php checked( $group_request, 'no', true ) ?>/></td>
+				<td class="yes"><label><input type="radio" name="notifications[notification_groups_membership_request]" value="yes" <?php checked( $group_request, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
+				<td class="no"><label><input type="radio" name="notifications[notification_groups_membership_request]" value="no" <?php checked( $group_request, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
 			</tr>
 
 			<?php
Index: src/bp-messages/bp-messages-screens.php
===================================================================
--- src/bp-messages/bp-messages-screens.php	(revision 9964)
+++ src/bp-messages/bp-messages-screens.php	(working copy)
@@ -209,8 +209,8 @@
 			<tr id="messages-notification-settings-new-message">
 				<td></td>
 				<td><?php _e( 'A member sends you a new message', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_messages_new_message]" value="yes" <?php checked( $new_messages, 'yes', true ) ?>/></td>
-				<td class="no"><input type="radio" name="notifications[notification_messages_new_message]" value="no" <?php checked( $new_messages, 'no', true ) ?>/></td>
+				<td class="yes"><label><input type="radio" name="notifications[notification_messages_new_message]" value="yes" <?php checked( $new_messages, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
+				<td class="no"><label><input type="radio" name="notifications[notification_messages_new_message]" value="no" <?php checked( $new_messages, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
 			</tr>
 
 			<?php
