Use US preferred spelling of canceled (props @garrett-eclipse)

This commit is contained in:
Brian Miyaji
2017-03-22 10:30:28 +11:00
parent ec6a9b4f52
commit 63a5990e74
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -64,7 +64,7 @@ class SportsPress_Event_Status {
'ok' => __( 'On time', 'sportspress' ),
'tbd' => __( 'TBD', 'sportspress' ),
'postponed' => __( 'Postponed', 'sportspress' ),
'cancelled' => __( 'Cancelled', 'sportspress' ),
'cancelled' => __( 'Canceled', 'sportspress' ),
) );
}

View File

@@ -5,7 +5,7 @@
<key name="Article"/>
<key name="Birthday"/>
<key name="Box Score"/>
<key name="Cancelled"/>
<key name="Canceled"/>
<key name="Competition"/>
<key name="Current Team"/>
<key name="Current Teams"/>