Index: edit-link-form.php
===================================================================
--- edit-link-form.php	(revision 7601)
+++ edit-link-form.php	(working copy)
@@ -140,14 +140,14 @@
 <div class="inside">
 <label for="link_target_blank" class="selectit">
 <input id="link_target_blank" type="radio" name="link_target" value="_blank" <?php echo(($link->link_target == '_blank') ? 'checked="checked"' : ''); ?> />
-<code>_blank</code></label><br />
+<?php _e('<code>_blank</code> - new window or tab.'); ?></label><br />
 <label for="link_target_top" class="selectit">
 <input id="link_target_top" type="radio" name="link_target" value="_top" <?php echo(($link->link_target == '_top') ? 'checked="checked"' : ''); ?> />
-<code>_top</code></label><br />
+<?php _e('<code>_top</code> - current window or tab, with no frames.'); ?></label><br />
 <label for="link_target_none" class="selectit">
 <input id="link_target_none" type="radio" name="link_target" value="" <?php echo(($link->link_target == '') ? 'checked="checked"' : ''); ?> />
-<?php _e('none') ?></label>
-<p><?php _e('Choose the frame your link targets. Essentially this means if you choose <code>_blank</code> your link will open in a new window.'); ?></p>
+<?php _e('<code>_none</code> - same window or tab.'); ?></label>
+<p><?php _e('Choose the frame your link targets.'); ?></p>
 </div>
 </div>
 
