Make WordPress Core

Changeset 23845


Ignore:
Timestamp:
03/29/2013 04:19:44 AM (13 years ago)
Author:
markjaquith
Message:

Post Format prompt copy tweaks. props sabreuse. see #19570

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r23843 r23845  
    156156                ),
    157157                'video' => array (
    158                         'description' => __( 'Paste a video embed into the box, upload a video file, or choose one from your Media Library.' )
     158                        'description' => __( 'Select or upload a video, or paste a video embed code into the box.' )
    159159                ),
    160160                'audio' => array (
    161                         'description' => __( 'Paste an audio embed into the box, upload an audio file, or choose one from your Media Library.' )
     161                        'description' => __( 'Select or upload an audio file, or paste an audio embed code into the box.' )
    162162                ),
    163163                'chat' => array (
Note: See TracChangeset for help on using the changeset viewer.