git-svn-id: http://svn.automattic.com/wordpress/trunk@1433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-06-18 00:12:37 +00:00
parent 14a8ab9fc0
commit 2ebdde5ff0
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>