summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
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 831fc54fa..55c125aa0 100644
--- a/templates/part.items.header.php
+++ b/templates/part.items.header.php
@@ -23,7 +23,7 @@ $showOnlyUnread = true;
?>
<div class="feed_controls">
- <span class="unreaditemcounter <?php echo $readClass; ?>"><?php echo $unreadItemsCount; ?></span>
+ <span title="<?php echo $l->t('Unread items'); ?>" class="unreaditemcounter <?php echo $readClass; ?>"><?php echo $unreadItemsCount; ?></span>
<div class="feed_title">
<h1 title="<?php echo $feedTitle; ?>"><?php echo $feedTitle; ?></h1>
</div>