summaryrefslogtreecommitdiffstats
path: root/templates/part.items.header.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.items.header.php')
-rw-r--r--templates/part.items.header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.header.php b/templates/part.items.header.php
index c4c9666bb..ac2add0d4 100644
--- a/templates/part.items.header.php
+++ b/templates/part.items.header.php
@@ -17,6 +17,6 @@ if(isset($_['feedid'])){
<input type="button" value="<?php echo $l->t('Mark all as read'); ?>" id="mark_all_as_read" />
<select id="feed_filter">
<option value="all"><?php echo $l->t('Show all articles'); ?></option>
- <option value="newest"><?php echo $l->t('Show newest articles'); ?></option>
+ <option value="newest"><?php echo $l->t('Show only unread articles'); ?></option>
</select>
</div> \ No newline at end of file