From be974a0aa59f7d4f9248067964c88326cb0c2619 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 28 Mar 2014 23:30:27 +1100 Subject: [PATCH] Fix missing string --- includes/sp-core-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index b559a4f6..961c2fde 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -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 ):