Index: wp-admin/options-reading.php
===================================================================
--- wp-admin/options-reading.php	(revision 3672)
+++ wp-admin/options-reading.php	(working copy)
@@ -53,7 +53,7 @@
 <td>
 <input name="posts_per_page" type="text" id="posts_per_page" value="<?php form_option('posts_per_page'); ?>" size="3" /> 
 <select name="what_to_show" id="what_to_show" > 
-<option value="days" <?php selected('days', get_settings('what_to_show')); ?>><?php _e('days') ?></option> 
+<option value="days" <?php selected('days', get_settings('what_to_show')); ?>><?php _e('days with posts') ?></option> 
 <option value="posts" <?php selected('posts', get_settings('what_to_show')); ?>><?php _e('posts') ?></option> 
 </select>
 </td> 
@@ -95,4 +95,4 @@
 </p> 
 </form> 
 </div> 
-<?php include('./admin-footer.php'); ?>
\ No newline at end of file
+<?php include('./admin-footer.php'); ?>

