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

View File

@ -77,7 +77,7 @@ include('options-head.php');
<?php _e('full text') ?></label> <br>
<label>
<input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_settings('rss_use_excerpt')); ?> />
<?php _('summary') ?></label> </td>
<?php _e('summary') ?></label> </td>
</tr>
</table>
</fieldset>