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

git-svn-id: https://develop.svn.wordpress.org/trunk@13162 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-02-15 10:00:43 +00:00
parent 343b2b1251
commit a64273f056

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;
}