Skip to content

Commit 5b114a8

Browse files
committed
Update default label for Audio Description VTT.
1 parent 96d318a commit 5b114a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ableplayer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ function ableplayer_shortcode( $atts, $content = null ) {
442442
$kinds = array(
443443
'captions' => __( 'Captions', 'ableplayer' ),
444444
'subtitles' => __( 'Subtitles', 'ableplayer' ),
445-
'description' => __( 'Description', 'ableplayer' ),
445+
'description' => __( 'Audio Description', 'ableplayer' ),
446446
'chapters' => __( 'Chapters', 'ableplayer' ),
447447
);
448448
// Switch locale to BCP47 syntax.

src/inc/generator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function ableplayer_shortcode_track( $kind, $post ) {
8585
$kinds = array(
8686
'captions' => __( 'Captions', 'ableplayer' ),
8787
'subtitles' => __( 'Subtitles', 'ableplayer' ),
88-
'description' => __( 'Description', 'ableplayer' ),
88+
'description' => __( 'Audio Description', 'ableplayer' ),
8989
'chapters' => __( 'Chapters', 'ableplayer' ),
9090
);
9191

@@ -137,7 +137,7 @@ function ableplayer_generator_fields( $data ) {
137137
$kinds = array(
138138
'captions' => __( 'Captions', 'ableplayer' ),
139139
'subtitles' => __( 'Subtitles', 'ableplayer' ),
140-
'description' => __( 'Description', 'ableplayer' ),
140+
'description' => __( 'Audio Description', 'ableplayer' ),
141141
'chapters' => __( 'Chapters', 'ableplayer' ),
142142
);
143143
?>

0 commit comments

Comments
 (0)