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:
parent
6d44a0cac3
commit
1c3f859147
@ -108,7 +108,7 @@ switch ($action) {
|
||||
?>
|
||||
|
||||
<div class="wrap">
|
||||
<h2><?php printf('Edit “%s” Category', wp_specialchars($row->cat_name)); ?></h2>
|
||||
<h2><?php printf(__('Edit “%s” Category'), wp_specialchars($row->cat_name)); ?></h2>
|
||||
|
||||
<form name="editcat" method="post">
|
||||
<input type="hidden" name="action" value="editedcat" />
|
||||
@ -443,9 +443,7 @@ 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;
|
||||
|
@ -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'); ?> />
|
||||
|
Loading…
Reference in New Issue
Block a user