From 6d6169e608237c87862ac0355003ac30d0bf3d9a Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 17 Sep 2015 12:22:35 +1000 Subject: [PATCH] Performance => Box Score --- assets/js/admin/editor-lang.php | 2 +- includes/sp-core-functions.php | 2 +- wpml-config.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/js/admin/editor-lang.php b/assets/js/admin/editor-lang.php index 8895a5e7..6aee3108 100644 --- a/assets/js/admin/editor-lang.php +++ b/assets/js/admin/editor-lang.php @@ -27,7 +27,7 @@ $raw = apply_filters( 'sportspress_tinymce_strings', array( 'details' => __( 'Details', 'sportspress' ), 'results' => __( 'Results', 'sportspress' ), 'countdown' => __( 'Countdown', 'sportspress' ), - 'performance' => __( 'Performance', 'sportspress' ), + 'performance' => __( 'Box Score', 'sportspress' ), 'calendar' => __( 'Calendar', 'sportspress' ), 'statistics' => __( 'Statistics', 'sportspress' ), 'table' => __( 'League Table', 'sportspress' ), diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index d0ff85f7..0de19117 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -1232,6 +1232,7 @@ if ( !function_exists( 'sp_taxonomy_field' ) ) { function sp_get_text_options() { $strings = apply_filters( 'sportspress_text', array( __( 'Article', 'sportspress' ), + __( 'Box Score', 'sportspress' ), __( 'Career Total', 'sportspress' ), __( 'Current Team', 'sportspress' ), __( 'Current Teams', 'sportspress' ), @@ -1242,7 +1243,6 @@ function sp_get_text_options() { __( 'Nationality', 'sportspress' ), __( 'Outcome', 'sportspress' ), __( 'Past Teams', 'sportspress' ), - __( 'Performance', 'sportspress' ), __( 'Played', 'sportspress' ), __( 'Player', 'sportspress' ), __( 'Pos', 'sportspress' ), diff --git a/wpml-config.xml b/wpml-config.xml index 47016502..1b5c5041 100644 --- a/wpml-config.xml +++ b/wpml-config.xml @@ -2,6 +2,7 @@ +