Make WordPress Core


Ignore:
Timestamp:
12/05/2012 07:07:48 PM (12 years ago)
Author:
nacin
Message:

Media: Final names for the actions in the dialog sidebar: "Insert from URL" and "Set Featured Image" to go with "Insert Media" and "Create Gallery".

Longer strings (such as a translation) looks excellent when it wraps to another line.

props markjaquith, fixes #22753.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r23075 r23076  
    14851485
    14861486        // From URL
    1487         'fromUrlTitle'       => __( 'From URL' ),
     1487        'insertFromUrlTitle' => __( 'Insert from URL' ),
    14881488
    14891489        // Featured Images
    1490         'featuredImageTitle'  => __( 'Featured Image' ),
     1490        'setFeaturedImageTitle' => __( 'Set Featured Image' ),
    14911491        'setFeaturedImage'    => __( 'Set featured image' ),
    14921492
Note: See TracChangeset for help on using the changeset viewer.