summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-15 23:51:06 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-15 23:51:06 +0200
commit4c866d889fa214f9186206d33f98f008779ab137 (patch)
tree746808c273c98cf9aea5ec449e8eaaf9f02f21e8 /templates
parent2dc9bee33d4d48d073c1b8215ab7184f0d015fd1 (diff)
added loading icon when loading new feeds
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>