Make WordPress Core


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

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

File:
1 edited

Legend:

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

    r2432 r2445  
    109109
    110110<div class="wrap">
    111   <h2><?php printf('Edit &#8220%s&#8221; Category', wp_specialchars($row->cat_name)); ?></h2>
     111  <h2><?php printf(__('Edit &#8220%s&#8221; Category'), wp_specialchars($row->cat_name)); ?></h2>
    112112
    113113  <form name="editcat" method="post">
     
    444444<div class="wrap">
    445445    <h3><?php _e('Note:') ?></h3>
    446     <?php printf(__('<p>Deleting a link category does not delete links from that category.<br />
    447     It will just set them back to the default category <b>%s</b>.'), get_linkcatname(1)) ?>
    448     </p>
     446    <?php printf(__('<p>Deleting a link category does not delete links from that category.<br />It will just set them back to the default category <b>%s</b>.'), get_linkcatname(1)) ?></p>
    449447</div>
    450448<?php
Note: See TracChangeset for help on using the changeset viewer.