Make WordPress Core

Changeset 2446


Ignore:
Timestamp:
03/15/2005 04:38:59 PM (20 years ago)
Author:
ryan
Message:

More localization fixes. http://mosquito.wordpress.org/view.php?id=1113 Props: SteveAgl

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/categories.php

    r1953 r2446  
    155155<?php if ( $user_level > 3 ) : ?>
    156156<div class="wrap">
    157     <p><?php printf(__('<strong>Note:</strong><br />
    158 Deleting a category does not delete posts from that category, it will just
    159 set them back to the default category <strong>%s</strong>.'), get_catname(1)) ?>
     157    <p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete posts from that category, it will just set them back to the default category <strong>%s</strong>.'), get_catname(1)) ?>
    160158  </p>
    161159</div>
  • trunk/wp-admin/link-import.php

    r1818 r2446  
    2929
    3030    <ol>
    31     <li><?php _e('Go to <a href="http://www.blogrolling.com">Blogrolling.com</a>
    32     and sign in. Once you&#8217;ve done that, click on <strong>Get Code</strong>, and then
    33     look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr>
    34     code</strong>') ?>.</li>
    35     <li><?php _e('Or go to <a href="http://blo.gs">Blo.gs</a> and sign in. Once you&#8217;ve done
    36     that in the \'Welcome Back\' box on the right, click on <strong>share</strong>, and then
    37     look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr>
    38     link</strong> (favorites.opml).') ?></li>
     31    <li><?php _e('Go to <a href="http://www.blogrolling.com">Blogrolling.com</a> and sign in. Once you&#8217;ve done that, click on <strong>Get Code</strong>, and then look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr> code</strong>') ?>.</li>
     32    <li><?php _e('Or go to <a href="http://blo.gs">Blo.gs</a> and sign in. Once you&#8217;ve done that in the \'Welcome Back\' box on the right, click on <strong>share</strong>, and then look for the <strong><abbr title="Outline Processor Markup Language">OPML</abbr> link</strong> (favorites.opml).') ?></li>
    3933    <li><?php _e('Select that text and copy it or copy the link/shortcut into the box below.') ?><br />
    4034       <input type="hidden" name="step" value="1" />
Note: See TracChangeset for help on using the changeset viewer.