summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2013-09-23 21:54:59 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2013-09-23 21:54:59 +0200
commitdbd13392dd8d5debdbf149db82d6e317cd3cc40b (patch)
tree313b744f3e87834cb3c053c725220a74b4e46ae3 /templates
parent92a02ff6ca048c934d5aba2ae6bcbbee224c513b (diff)
use better wording for hiding/showing unread articles and feeds/folders, fix #366
Diffstat (limited to 'templates')
-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>