summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.feed.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-02 22:02:01 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-02 22:02:01 +0100
commit09a57539ad24b76ca2e66098384d43e87a52667d (patch)
tree62c439486ebd3c1aab729f66aeb1683c2d333804 /templates/part.navigation.feed.php
parentfa80ff2d032db71b1f8b89595b4c063d9c428f64 (diff)
fix #680
Diffstat (limited to 'templates/part.navigation.feed.php')
-rw-r--r--templates/part.navigation.feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index 893b0fa15..cb54a180b 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -98,7 +98,7 @@
<li ng-show="Navigation.getFeedUnreadCount(feed.id) > 0">
<button class="icon-checkmark"
ng-click="Navigation.markFeedRead(feed.id)"
- title="<?php p($l->t('Read all')); ?>">
+ title="<?php p($l->t('Mark all articles read')); ?>">
</button>
</li>
</ul>