summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.feed.php
diff options
context:
space:
mode:
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>