summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-18 21:19:26 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-19 11:42:40 +0200
commitd328d409986a4e8c504fe65c3bf7c5b445b21814 (patch)
tree542f0dda43cb354ccd0b61048b47c7d41d2a51f4 /templates
parent0d9401692835082ffa8cdfc6a307fbc2e4ab7a76 (diff)
shorten mark all read to mark read
Diffstat (limited to 'templates')
-rw-r--r--templates/part.feed.unread.php2
-rw-r--r--templates/part.listfeed.php2
-rw-r--r--templates/part.listfolder.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index ba30770a6..376324626 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -22,7 +22,7 @@
</span>
<button class="svg action mark-read-icon"
ng-click="subscriptionsBusinessLayer.markAllRead()"
- title="<?php p($l->t('Mark all read')) ?>"
+ title="<?php p($l->t('Mark read')) ?>"
oc-tooltip data-placement="bottom"></button>
</span>
</li> \ No newline at end of file
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index a8e8b1ccb..e2bc78283 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -36,7 +36,7 @@
<button class="svg action mark-read-icon"
ng-show="feedBusinessLayer.getUnreadCount(feed.id) > 0 && feed.id"
ng-click="feedBusinessLayer.markFeedRead(feed.id)"
- title="<?php p($l->t('Mark all read')); ?>"
+ title="<?php p($l->t('Mark read')); ?>"
oc-tooltip></button>
<button ng-click="feedBusinessLayer.delete(feed.id)"
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index c8760f8aa..6f2a92bc1 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -39,7 +39,7 @@
<button class="svg action mark-read-icon"
ng-show="folderBusinessLayer.getUnreadCount(folder.id) > 0 && folder.id"
ng-click="folderBusinessLayer.markFolderRead(folder.id)"
- title="<?php p($l->t('Mark all read')); ?>"
+ title="<?php p($l->t('Mark read')); ?>"
oc-tooltip></button>
<button class="svg action delete-icon"