s/bookmark/link/. Props MichaelH. fixes #3648

git-svn-id: http://svn.automattic.com/wordpress/trunk@4977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-03-07 01:30:53 +00:00
parent be2a43cf7c
commit 8035698e78
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ endforeach;
</select></td>
</tr>
<tr valign="top">
<th scope="row"><?php _e('Default bookmark category:') ?></th>
<th scope="row"><?php _e('Default link category:') ?></th>
<td><select name="default_link_category" id="default_link_category">
<?php
foreach ($categories as $category) :