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

git-svn-id: https://develop.svn.wordpress.org/trunk@2445 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-03-15 16:35:13 +00:00
parent 6d44a0cac3
commit 1c3f859147
2 changed files with 4 additions and 6 deletions

View File

@ -108,7 +108,7 @@ switch ($action) {
?>
<div class="wrap">
<h2><?php printf('Edit &#8220%s&#8221; Category', wp_specialchars($row->cat_name)); ?></h2>
<h2><?php printf(__('Edit &#8220%s&#8221; Category'), wp_specialchars($row->cat_name)); ?></h2>
<form name="editcat" method="post">
<input type="hidden" name="action" value="editedcat" />
@ -443,13 +443,11 @@ foreach ($results as $row) {
</div>
<div class="wrap">
<h3><?php _e('Note:') ?></h3>
<?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>
<?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>
</div>
<?php
break;
} // end default
} // end case
?>
<?php include('admin-footer.php'); ?>
<?php include('admin-footer.php'); ?>

View File

@ -391,7 +391,7 @@ switch ($action) {
</td>
</tr>
<tr>
<th scope="row"> family </th>
<th scope="row"> <?php _e('family') ?> </th>
<td>
<label for="child">
<input class="valinp" type="radio" name="family" value="child" id="child" <?php xfn_check('family', 'child', 'radio'); ?> />