summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-05 23:43:15 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-05 23:43:15 +0200
commitf704dfe333acea43387009bed08cc2f09dbb8fd5 (patch)
treebe5554f0ddfc28e4266e30d76ff277bd22908c3e /templates/part.items.php
parent27f34bcb4b774d291c03889024e03bb36b0e19b9 (diff)
brought back starring of feeds
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 65c057bb0..c93689cf3 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -13,7 +13,7 @@
<li ng-class="{ important: item.isStarred() }"
ng-click="itemBl.toggleStarred(item.id)"
class="star"
- title="{{ item.isStarred() }}">
+ title="<?php p($l->t('Save for later')) ?>">
</li>
</ul>
</div>