From 0f9ebf4c63a9920f62440e4a4e17b98f633debef Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Fri, 29 Mar 2013 04:19:44 +0000 Subject: [PATCH] Post Format prompt copy tweaks. props sabreuse. see #19570 git-svn-id: https://develop.svn.wordpress.org/trunk@23845 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-form-advanced.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 6cb098fd86..c2a777ed13 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -155,10 +155,10 @@ if ( post_type_supports( $post_type, 'post-formats' ) ) { 'description' => __( 'Add a link URL below.' ) ), 'video' => array ( - 'description' => __( 'Paste a video embed into the box, upload a video file, or choose one from your Media Library.' ) + 'description' => __( 'Select or upload a video, or paste a video embed code into the box.' ) ), 'audio' => array ( - 'description' => __( 'Paste an audio embed into the box, upload an audio file, or choose one from your Media Library.' ) + 'description' => __( 'Select or upload an audio file, or paste an audio embed code into the box.' ) ), 'chat' => array ( 'description' => __( 'Copy a chat or Q&A transcript into the editor.' )