summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-16 13:17:24 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-16 13:17:24 +0200
commitd6fd252bb449ef134518ae64226a3de2a09578b2 (patch)
tree21399f0ebdc46a789955df37032af494798e5f8f /templates
parent00198b753ddb362348a7b2e998a9238d8238cb46 (diff)
added more logic to the serverside moving feed into folder
Diffstat (limited to 'templates')
-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 55c125aa0..c54a2ae65 100644
--- a/templates/part.items.header.php
+++ b/templates/part.items.header.php
@@ -28,7 +28,7 @@ $showOnlyUnread = true;
<h1 title="<?php echo $feedTitle; ?>"><?php echo $feedTitle; ?></h1>
</div>
<div class="controls">
- <input type="button" value="<?php echo $l->t('Mark all as read'); ?>" id="mark_all_as_read" />
+ <input type="button" value="<?php echo $l->t('Mark all read'); ?>" id="mark_all_as_read" />
<select id="feed_filter">
<option value="unread" <?php if($showOnlyUnread){ echo 'selected="selected"'; }; ?>><?php echo $l->t('Show only unread articles'); ?></option>
<option value="all" <?php if(!$showOnlyUnread){ echo 'selected="selected"'; }; ?>><?php echo $l->t('Show read/unread articles'); ?></option>