Index: bp-core-templatetags.php
===================================================================
--- bp-core-templatetags.php	(revision 1634)
+++ bp-core-templatetags.php	(working copy)
@@ -180,7 +180,7 @@
 	if ( empty( $bp->bp_options_title ) )
 		$bp->bp_options_title = __( 'Options', 'buddypress' );
 	
-	echo apply_filters( 'bp_get_options_avatar', attribute_escape( $bp->bp_options_title ) );
+	echo apply_filters( 'bp_get_options_title', attribute_escape( $bp->bp_options_title ) );
 }
 
 function bp_comment_author_avatar() {
