summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.unreadfeed.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.unreadfeed.php
parentfa80ff2d032db71b1f8b89595b4c063d9c428f64 (diff)
fix #680
Diffstat (limited to 'templates/part.navigation.unreadfeed.php')
-rw-r--r--templates/part.navigation.unreadfeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.navigation.unreadfeed.php b/templates/part.navigation.unreadfeed.php
index 8eae37eed..755ec1e9c 100644
--- a/templates/part.navigation.unreadfeed.php
+++ b/templates/part.navigation.unreadfeed.php
@@ -30,7 +30,7 @@
<div class="app-navigation-entry-menu">
<ul>
<li><button class="icon-checkmark"
- title="<?php p($l->t('Read all')); ?>"
+ title="<?php p($l->t('Mark all articles read')); ?>"
ng-click="Navigation.markRead()"></button>
</li>
</ul>