Make WordPress Core


Ignore:
Timestamp:
07/18/2016 12:38:46 PM (8 years ago)
Author:
ocean90
Message:

Media: Add missing gettext to a string added in [38089].

See #37394.

File:
1 edited

Legend:

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

    r38089 r38090  
    360360            'Mute'                    => __( 'Mute' ),
    361361            'Use Up/Down Arrow keys to increase or decrease volume.' => __( 'Use Up/Down Arrow keys to increase or decrease volume.' ),
    362             'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.' => 'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.',
     362            'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.' => __( 'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.' ),
    363363        ),
    364364    ) );
Note: See TracChangeset for help on using the changeset viewer.