git-svn-id: https://develop.svn.wordpress.org/trunk@1434 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-06-18 00:13:16 +00:00
parent 74ac3eaa3f
commit e7753399a6
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ include('options-head.php');
<tr valign="top">
<th width="33%" scope="row"><?php _e('Show the most recent:') ?></th>
<td><input name="posts_per_rss" type="text" id="posts_per_rss" value="<?php echo get_settings('posts_per_rss'); ?>" size="3" />
<?php _('posts') ?></td>
<?php _e('posts') ?></td>
</tr>
<tr valign="top">
<th scope="row"><?php _e('For each article, show:') ?> </th>