Fix missing string

This commit is contained in:
Brian Miyaji
2014-03-28 23:30:27 +11:00
parent acb4dd373b
commit be974a0aa5

View File

@@ -2284,7 +2284,7 @@ if ( !function_exists( 'sp_get_player_list_data' ) ) {
);
$performances = get_posts( $args );
$columns = array( 'eventsplayed' => SP()->text->string('Played', 'team') );
$columns = array( 'eventsplayed' => SP()->text->string('Played', 'player') );
foreach ( $performances as $performance ):