Make WordPress Core


Ignore:
Timestamp:
05/18/2017 11:05:09 AM (8 years ago)
Author:
swissspidy
Message:

Media: Correct a translatable string for MediaElement.js.

Adds the needed context to the string "None". Introduced in [38089].

Props leewillis77.
See #37394.
Fixes #40800.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r40650 r40775  
    358358            'Pause'                   => __( 'Pause' ),
    359359            'Captions/Subtitles'      => __( 'Captions/Subtitles' ),
    360             'None'                    => __( 'None', 'no captions/subtitles' ),
     360            'None'                    => _x( 'None', 'no captions/subtitles' ),
    361361            'Time Slider'             => __( 'Time Slider' ),
    362362            /* translators: %1: number of seconds (30 by default) */
Note: See TracChangeset for help on using the changeset viewer.