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

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