summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-20 13:04:30 +0100
committerAndrew Dolgov <[email protected]>2008-05-20 13:04:30 +0100
commit61a20560f235c85c2ffc9d1556908a4421ab31e6 (patch)
tree8806b8ffe1af8844912bcafd61ab76e315a4b365 /help
parent60ea23775a256bef5f3712bab9535d5405621bc1 (diff)
add hotkey f w: resort feedlist by name or unread count
Diffstat (limited to 'help')
-rw-r--r--help/3.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/help/3.php b/help/3.php
index 633f5c903..fa65df2cc 100644
--- a/help/3.php
+++ b/help/3.php
@@ -41,6 +41,7 @@
<tr><td class='n'>f a</td><td><?php echo __("(Un)hide read feeds") ?></td></tr>
<tr><td class='n'>f s</td><td><?php echo __("Subscribe to feed") ?></td></tr>
<tr><td class='n'>f e</td><td><?php echo __("Edit feed") ?></td></tr>
+ <tr><td class='n'>f w</td><td><?php echo __("Sort by name or unread count") ?></td></tr>
<tr><td class='n'>q</td><td><?php echo __("Mark feed as read") ?></td></tr>
<tr><td class='n'>Q</td><td><?php echo __("Mark all feeds as read") ?></td></tr>
</table>