Grammar fix, s/A item/An item/. Props aaroncampbell. See #11838

git-svn-id: http://svn.automattic.com/wordpress/trunk@13162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2010-02-15 10:00:43 +00:00
parent 02834b7206
commit a09a3d513c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if ( !defined('ABSPATH') )
die('-1');
if ( empty($tag_ID) ) { ?>
<div id="message" class="updated"><p><strong><?php _e('A item was not selected for editing.'); ?></strong></p></div>
<div id="message" class="updated"><p><strong><?php _e('An item was not selected for editing.'); ?></strong></p></div>
<?php
return;
}