summaryrefslogtreecommitdiffstats
path: root/templates/part.showall.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.showall.php')
-rw-r--r--templates/part.showall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.showall.php b/templates/part.showall.php
index 4f21daf6d..374303358 100644
--- a/templates/part.showall.php
+++ b/templates/part.showall.php
@@ -2,11 +2,11 @@
class="show-all">
<a ng-click="feedBusinessLayer.setShowAll(true)"
href="#"
- news-click-scroll="{direction: 'down', scrollArea: '#app-navigation > ul'}"><?php p($l->t('Show all')); ?></a>
+ news-click-scroll="{direction: 'down', scrollArea: '#app-navigation > ul'}"><?php p($l->t('Show read articles')); ?></a>
</li>
<li ui-if="feedBusinessLayer.isShowAll() && feedBusinessLayer.getNumberOfFeeds() > 0"
class="show-all">
<a ng-click="feedBusinessLayer.setShowAll(false)"
- href="#"><?php p($l->t('Show only unread')); ?></a>
+ href="#"><?php p($l->t('Hide read articles')); ?></a>
</li>