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

git-svn-id: https://develop.svn.wordpress.org/trunk@4977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-03-07 01:30:53 +00:00
parent 67f01fb970
commit 6537025de2
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) :