Index: bp-core/bp-core-templatetags.php
===================================================================
--- bp-core/bp-core-templatetags.php	(revision 2345)
+++ bp-core/bp-core-templatetags.php	(working copy)
@@ -906,6 +906,8 @@
 			$title = sprintf( __( '%s Directory', 'buddypress' ), ucwords( BP_MEMBERS_SLUG ) );
 		else
 			$title = sprintf( __( '%s Directory', 'buddypress' ), ucwords( $bp->current_component ) );
+	} else if ( $bp->current_component == BP_REGISTER_SLUG ) {
+		$title = ucwords( $bp->current_component );
 	} else {
 		global $post;
 		$title = get_the_title($post->ID);