Make WordPress Core


Ignore:
Timestamp:
09/27/2012 01:11:04 AM (13 years ago)
Author:
koopersmith
Message:

Apply localized strings to media modal. see #21390, #21808.

File:
1 edited

Legend:

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

    r22012 r22029  
    321321        'selectMediaSingular' => __( 'Select a media file:' ),
    322322        'selectMediaMultiple' => __( 'Select one or more media files:' ),
     323        'createNewGallery'    => __( 'Create a new gallery' ),
     324        'insertIntoPost'      => __( 'Insert into post' ),
     325        'addToGallery'        => __( 'Add to gallery' ),
    323326    ) );
    324327
Note: See TracChangeset for help on using the changeset viewer.