From 63a5990e745f8ce1e55567554f56ceb3d8f6c166 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 22 Mar 2017 10:30:28 +1100 Subject: [PATCH] Use US preferred spelling of canceled (props @garrett-eclipse) --- includes/sp-core-functions.php | 2 +- modules/sportspress-event-status.php | 2 +- wpml-config.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 9950a5df..a0f0679d 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -1423,7 +1423,7 @@ function sp_get_text_options() { __( 'Article', 'sportspress' ), __( 'Away', 'sportspress' ), __( 'Box Score', 'sportspress' ), - __( 'Cancelled', 'sportspress' ), + __( 'Canceled', 'sportspress' ), __( 'Career Total', 'sportspress' ), __( 'Competition', 'sportspress' ), __( 'Current Team', 'sportspress' ), diff --git a/modules/sportspress-event-status.php b/modules/sportspress-event-status.php index 1ea692a9..ff0505a8 100644 --- a/modules/sportspress-event-status.php +++ b/modules/sportspress-event-status.php @@ -64,7 +64,7 @@ class SportsPress_Event_Status { 'ok' => __( 'On time', 'sportspress' ), 'tbd' => __( 'TBD', 'sportspress' ), 'postponed' => __( 'Postponed', 'sportspress' ), - 'cancelled' => __( 'Cancelled', 'sportspress' ), + 'cancelled' => __( 'Canceled', 'sportspress' ), ) ); } diff --git a/wpml-config.xml b/wpml-config.xml index 3cb9c6b9..3f86e3b1 100644 --- a/wpml-config.xml +++ b/wpml-config.xml @@ -5,7 +5,7 @@ - +