From ed352f8e2da3a24983b8b6342e6b194506e5c341 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 31 Dec 2013 00:12:43 +1100 Subject: [PATCH] Change Soccer to Association Football (Soccer) --- presets/soccer.php | 2 +- sportspress-globals.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/presets/soccer.php b/presets/soccer.php index 81cbbb6e..ff73bd62 100644 --- a/presets/soccer.php +++ b/presets/soccer.php @@ -2,7 +2,7 @@ global $sportspress_sports; $sportspress_sports['soccer'] = array( - 'name' => __( 'Soccer', 'sportspress' ), + 'name' => __( 'Association Football (Soccer)', 'sportspress' ), 'posts' => array( // Statistics 'sp_statistic' => array( diff --git a/sportspress-globals.php b/sportspress-globals.php index f787eef3..90bd8298 100644 --- a/sportspress-globals.php +++ b/sportspress-globals.php @@ -1,5 +1,6 @@