Make WordPress Core

Changeset 28233


Ignore:
Timestamp:
05/01/2014 04:48:31 AM (11 years ago)
Author:
nacin
Message:

Properly translate 'Select Poster Image'.

Merges [28158] to the 3.9 branch.

props dimadin.
fixes #27845.

Location:
branches/3.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.9

  • branches/3.9/src/wp-includes/media.php

    r28150 r28233  
    28302830        'videoAddSourceTitle'   => __( 'Add Video Source' ),
    28312831        'videoDetailsCancel'    => __( 'Cancel Edit' ),
    2832         'videoSelectPosterImageTitle' => _( 'Select Poster Image' ),
     2832        'videoSelectPosterImageTitle' => __( 'Select Poster Image' ),
    28332833        'videoAddTrackTitle'    => __( 'Add Subtitles' ),
    28342834
Note: See TracChangeset for help on using the changeset viewer.