summaryrefslogtreecommitdiffstats
path: root/templates/part.content.shortcuts.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.shortcuts.php')
-rw-r--r--templates/part.content.shortcuts.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/templates/part.content.shortcuts.php b/templates/part.content.shortcuts.php
index 81c7f1b42..8c616db7d 100644
--- a/templates/part.content.shortcuts.php
+++ b/templates/part.content.shortcuts.php
@@ -55,24 +55,20 @@
</tr>
<tr>
<td>c</td>
- <td><?php p($l->t('Load next folder')); ?></td>
+ <td><?php p($l->t('Load previous folder')); ?></td>
</tr>
<tr>
<td>v</td>
- <td><?php p($l->t('Load previous folder')); ?></td>
+ <td><?php p($l->t('Load next folder')); ?></td>
</tr>
<tr>
<td>a</td>
<td><?php p($l->t('Scroll to active navigation entry')); ?></td>
</tr>
<tr>
- <td>q</td>
- <td><?php p($l->t('Focus search field')); ?></td>
- </tr>
- <tr>
<td>shift + a</td>
<td><?php p($l->t('Mark current article\'s feed/folder read')); ?></td>
</tr>
</table>
</div>
-</div> \ No newline at end of file
+</div>