Make WordPress Core

Changeset 22895


Ignore:
Timestamp:
11/28/2012 05:18:50 PM (14 years ago)
Author:
nacin
Message:

Media: Rename the dialog to 'Add Media' from 'Insert Media' to match the button. see #21390.

Location:
trunk/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/media-editor.js

    r22882 r22895  
    369369                        workflow = workflows[ id ] = wp.media( _.defaults( options || {}, {
    370370                                frame:    'post',
    371                                 title:    wp.media.view.l10n.insertMedia,
     371                                title:    wp.media.view.l10n.addMedia,
    372372                                multiple: true
    373373                        } ) );
  • trunk/wp-includes/media.php

    r22891 r22895  
    14411441                // Generic
    14421442                'url'         => __( 'URL' ),
    1443                 'insertMedia' => __( 'Insert Media' ),
     1443                'addMedia'    => __( 'Add Media' ),
    14441444                'search'      => __( 'Search' ),
    14451445                'select'      => __( 'Select' ),
Note: See TracChangeset for help on using the changeset viewer.