Performance => Box Score

This commit is contained in:
Brian Miyaji
2015-09-17 12:22:35 +10:00
parent 43a413bfe3
commit 6d6169e608
3 changed files with 3 additions and 2 deletions

View File

@@ -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' ),

View File

@@ -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' ),

View File

@@ -2,6 +2,7 @@
<admin-texts>
<key name="sportspress_text">
<key name="Article"/>
<key name="Box Score"/>
<key name="Competition"/>
<key name="Current Team"/>
<key name="Current Teams"/>