Skip to content

Commit bcc0e46

Browse files
committed
deploy: ce78f37
1 parent 04b9a6b commit bcc0e46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ableplayer.php.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,10 @@
468468

469469
$tracks = array();
470470
$kinds = array(
471-
'captions' => __( 'Captions', 'ableplayer' ),
472-
'subtitles' => __( 'Subtitles', 'ableplayer' ),
473-
'description' => __( 'Audio Description', 'ableplayer' ),
474-
'chapters' => __( 'Chapters', 'ableplayer' ),
471+
'captions' => __( 'Captions', 'ableplayer' ),
472+
'subtitles' => __( 'Subtitles', 'ableplayer' ),
473+
'descriptions' => __( 'Audio Description', 'ableplayer' ),
474+
'chapters' => __( 'Chapters', 'ableplayer' ),
475475
);
476476
// Switch locale to BCP47 syntax.
477477
$default_lang = str_replace( '_', '-', get_locale() );

0 commit comments

Comments
 (0)