Make WordPress Core

Changeset 4500


Ignore:
Timestamp:
11/20/2006 02:23:41 AM (19 years ago)
Author:
ryan
Message:

Standardize on Links instead of Bookmarks until we change our minds again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-import.php

    r4480 r4500  
    2727<?php wp_nonce_field('import-bookmarks') ?>
    2828
    29 <p><?php _e('If a program or website you use allows you to export your bookmarks or subscriptions as OPML you may import them here.'); ?>
     29<p><?php _e('If a program or website you use allows you to export your links or subscriptions as OPML you may import them here.'); ?>
    3030<div style="width: 70%; margin: auto; height: 8em;">
    3131<input type="hidden" name="step" value="1" />
     
    4444</div>
    4545
    46 <p style="clear: both; margin-top: 1em;"><?php _e('Now select a category you want to put these bookmarks in.') ?><br />
     46<p style="clear: both; margin-top: 1em;"><?php _e('Now select a category you want to put these links in.') ?><br />
    4747<?php _e('Category:') ?> <select name="cat_id">
    4848<?php
     
    112112                    }
    113113?>
    114      <p><?php printf(__('Inserted %1$d bookmarks into category %2$s. All done! Go <a href="%3$s">manage those bookmarks</a>.'), $link_count, $cat_id, 'link-manager.php') ?></p>
     114     <p><?php printf(__('Inserted %1$d links into category %2$s. All done! Go <a href="%3$s">manage those links</a>.'), $link_count, $cat_id, 'link-manager.php') ?></p>
    115115<?php
    116116                } // end if got url
Note: See TracChangeset for help on using the changeset viewer.