summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-08 20:51:46 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-08 20:51:46 +0200
commitcde0e08f0783e2139b712c3d27cc5184aa3dd387 (patch)
tree4c46b1d59cc6e984801ee08b1945928927095821 /templates
parent1c4c9992417ccadf51a7425d70cafb12f0405a21 (diff)
Fix #850
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.shortcuts.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/part.content.shortcuts.php b/templates/part.content.shortcuts.php
index 82a39efe3..29ec039cb 100644
--- a/templates/part.content.shortcuts.php
+++ b/templates/part.content.shortcuts.php
@@ -73,6 +73,10 @@
<td>shift + a</td>
<td><?php p($l->t('Mark current article\'s feed/folder read')); ?></td>
</tr>
+ <tr>
+ <td>shift + o</td>
+ <td><?php p($l->t('Open the next 5 unread articles in new tabs')); ?></td>
+ </tr>
</table>
</div>
</div> \ No newline at end of file