Index: /Users/Genesis/Sites/wp-3.0-bp/wp-content/plugins/buddypress/bp-core.php
===================================================================
--- /Users/Genesis/Sites/wp-3.0-bp/wp-content/plugins/buddypress/bp-core.php	(revision 3130)
+++ /Users/Genesis/Sites/wp-3.0-bp/wp-content/plugins/buddypress/bp-core.php	(working copy)
@@ -1455,7 +1455,7 @@
 
 		if ( ( $count2 = floor( ( $since - ( $seconds * $count ) ) / $seconds2 ) ) != 0 ) {
 			/* Add to output var */
-			$output .= ( 1 == $count2 ) ? _c( ',|Separator in time since', 'buddypress' ) . ' 1 '. $chunks[$i + 1][1] : _c( ',|Separator in time since', 'buddypress' ) . ' ' . $count2 . ' ' . $chunks[$i + 1][2];
+			$output .= ( 1 == $count2 ) ? _x( ',', 'Separator in time since', 'buddypress' ) . ' 1 '. $chunks[$i + 1][1] : _x( ',', 'Separator in time since', 'buddypress' ) . ' ' . $count2 . ' ' . $chunks[$i + 1][2];
 		}
 	}
 
