Index: wp-admin/edit-link-categories.php
===================================================================
--- wp-admin/edit-link-categories.php	(revision 10016)
+++ wp-admin/edit-link-categories.php	(working copy)
@@ -170,7 +170,13 @@
 </div>
 <br class="clear" />
 </form>
+
+<div class="form-wrap">
+<p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the links in that category. Instead, links that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), get_term_field('name', get_option('default_link_category'), 'link_category')) ?></p>
 </div>
+
+
+</div>
 </div><!-- /col-right -->
 
 <div id="col-left">
@@ -209,11 +215,7 @@
 
 <?php } ?>
 
-<div class="form-wrap">
-<p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the links in that category. Instead, links that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), get_term_field('name', get_option('default_link_category'), 'link_category')) ?></p>
 </div>
-
-</div>
 </div><!-- /col-left -->
 
 </div><!-- /col-container -->
