summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-14 20:02:05 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-14 20:02:05 +0200
commitc3a0bf654cf542cf2daefd1e3428c8c648007dd1 (patch)
tree997c1a8d27cb20afa17c5b2c85f8a56698c975b7 /templates
parent975f30899c6a1498cbaa0e1b81008b7b3063b5dc (diff)
add keyboard shortcuts for reloading and jumping to the next/previous feed
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 6fe9906e9..924c6496a 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -32,7 +32,7 @@
<button class="star svg" ng-class="{'starred': item.starred}" title="<?php p($l->t('Star')); ?>"></button>
</li>
<li ng-click="Content.toggleKeepUnread(item.id)" class="util" news-stop-propagation>
- <button class="icon-toggle toggle-keep-unread" ng-class="{'keep-unread': item.keepUnread}" title="<?php p($l->t('Keep unread')); ?>"></button>
+ <button class="icon-toggle toggle-keep-unread" ng-class="{'keep-unread': item.keepUnread}" title="<?php p($l->t('Keep article unread')); ?>"></button>
</li>
<li class="util only-in-compact">
<a class="external icon-link"