Grammar fix from Speedboxer. fixes #8073

git-svn-id: http://svn.automattic.com/wordpress/trunk@9651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-13 00:01:03 +00:00
parent 6d04a62bfd
commit 6aa0ef87b8
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ function post_preview() {
$post_ID = (int) $_POST['post_ID'];
if ( $post_ID < 1 )
wp_die( __('Preview not available. Please save as draft first.') );
wp_die( __('Preview not available. Please save as a draft first.') );
if ( isset($_POST['catslist']) )
$_POST['post_category'] = explode(",", $_POST['catslist']);