diff --git a/assets/js/admin/editor-lang.php b/assets/js/admin/editor-lang.php index 6aee3108..92867e35 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' => __( 'Box Score', 'sportspress' ), + 'performance' => __( 'Scorecard', 'sportspress' ), 'calendar' => __( 'Calendar', 'sportspress' ), 'statistics' => __( 'Statistics', 'sportspress' ), 'table' => __( 'League Table', 'sportspress' ), diff --git a/includes/admin/post-types/class-sp-admin-meta-boxes.php b/includes/admin/post-types/class-sp-admin-meta-boxes.php index fceca5fe..fa1b1a2e 100644 --- a/includes/admin/post-types/class-sp-admin-meta-boxes.php +++ b/includes/admin/post-types/class-sp-admin-meta-boxes.php @@ -138,7 +138,7 @@ class SP_Admin_Meta_Boxes { 'priority' => 'high', ), 'performance' => array( - 'title' => __( 'Box Score', 'sportspress' ), + 'title' => __( 'Scorecard', 'sportspress' ), 'save' => 'SP_Meta_Box_Event_Performance::save', 'output' => 'SP_Meta_Box_Event_Performance::output', 'context' => 'normal', diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-shortcode.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-shortcode.php index 3e379bb6..d3e08b0c 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-shortcode.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-shortcode.php @@ -22,7 +22,7 @@ class SP_Meta_Box_Event_Shortcode { $shortcodes = apply_filters( 'sportspress_event_shortcodes', array( 'event_results' => __( 'Results', 'sportspress' ), 'event_details' => __( 'Details', 'sportspress' ), - 'event_performance' => __( 'Box Score', 'sportspress' ), + 'event_performance' => __( 'Scorecard', 'sportspress' ), ) ); if ( $shortcodes ) { ?> diff --git a/includes/admin/settings/class-sp-settings-events.php b/includes/admin/settings/class-sp-settings-events.php index bfe6d696..f100a373 100644 --- a/includes/admin/settings/class-sp-settings-events.php +++ b/includes/admin/settings/class-sp-settings-events.php @@ -85,7 +85,7 @@ class SP_Settings_Events extends SP_Settings_Page { 'checkboxgroup' => '', ), array( - 'desc' => __( 'Box Score', 'sportspress' ), + 'desc' => __( 'Scorecard', 'sportspress' ), 'id' => 'sportspress_event_show_performance', 'default' => 'yes', 'type' => 'checkbox', @@ -276,7 +276,7 @@ class SP_Settings_Events extends SP_Settings_Page { ), array( - array( 'title' => __( 'Box Score', 'sportspress' ), 'type' => 'title', 'desc' => '', 'id' => 'performance_options' ), + array( 'title' => __( 'Scorecard', 'sportspress' ), 'type' => 'title', 'desc' => '', 'id' => 'performance_options' ), ), apply_filters( 'sportspress_performance_options', array( diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 52c87348..fe97a57f 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -1247,7 +1247,7 @@ if ( !function_exists( 'sp_taxonomy_field' ) ) { function sp_get_text_options() { $strings = apply_filters( 'sportspress_text', array( __( 'Article', 'sportspress' ), - __( 'Box Score', 'sportspress' ), + __( 'Scorecard', 'sportspress' ), __( 'Career Total', 'sportspress' ), __( 'Current Team', 'sportspress' ), __( 'Current Teams', 'sportspress' ), diff --git a/modules/sportspress-tutorials.php b/modules/sportspress-tutorials.php index 115f020a..4feaa6dc 100644 --- a/modules/sportspress-tutorials.php +++ b/modules/sportspress-tutorials.php @@ -90,7 +90,7 @@ class SportsPress_Tutorials { ) ), __( 'Events', 'sportspress' ) => apply_filters( 'sportspress_event_advanced_videos', array( __( 'Event Outcomes', 'sportspress' ) . ' ' . __( '(Auto)', 'sportspress' ) => '//www.youtube-nocookie.com/embed/pCVfPv2O5yY?rel=0&showinfo=0', - __( 'Box Score', 'sportspress' ) => '//www.youtube-nocookie.com/embed/rERU6X7vjTc?rel=0&showinfo=0', + __( 'Scorecard', 'sportspress' ) => '//www.youtube-nocookie.com/embed/rERU6X7vjTc?rel=0&showinfo=0', ) ), __( 'Calendars', 'sportspress' ) => apply_filters( 'sportspress_calendar_advanced_videos', array( __( 'Layout', 'sportspress' ) => '//www.youtube-nocookie.com/embed/aLx_5D0Xgnc?rel=0&showinfo=0', diff --git a/templates/event-performance.php b/templates/event-performance.php index acc254f0..45c07a13 100644 --- a/templates/event-performance.php +++ b/templates/event-performance.php @@ -235,7 +235,7 @@ if ( is_array( $teams ) ): 'show_players' => $show_players, 'show_numbers' => $show_numbers, 'show_total' => $show_total, - 'caption' => __( 'Box Score', 'sportspress' ), + 'caption' => __( 'Scorecard', 'sportspress' ), 'labels' => $labels, 'mode' => $mode, 'data' => $data, diff --git a/wpml-config.xml b/wpml-config.xml index 1b5c5041..f8bc5936 100644 --- a/wpml-config.xml +++ b/wpml-config.xml @@ -2,7 +2,6 @@ - @@ -21,6 +20,7 @@ +