Make WordPress Core

Changeset 2445


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

Location:
trunk/wp-admin
Files:
2 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
  • trunk/wp-admin/link-manager.php

    r2436 r2445  
    392392            </tr>
    393393            <tr>
    394               <th scope="row"> family </th>
     394              <th scope="row"> <?php _e('family') ?> </th>
    395395              <td>
    396396                <label for="child">
Note: See TracChangeset for help on using the changeset viewer.