summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 14:26:52 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 14:26:52 +0300
commitf69fcbd9ab9f0c19c061566b07754a096463cb35 (patch)
tree6b93a6c838398ed1028d8b2635b351ef8af2d3ca /help
parent2096f4924d3a31c09d765ec9c7d5f8f7845b6369 (diff)
comment unused hotkeys in hotkey help
Diffstat (limited to 'help')
-rw-r--r--help/3.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/3.php b/help/3.php
index 0a526d293..ce2097f92 100644
--- a/help/3.php
+++ b/help/3.php
@@ -32,7 +32,7 @@
<tr><td class='n'>c l</td><td><?php echo __("Create label") ?></td></tr>
<tr><td class='n'>c f</td><td><?php echo __("Create filter") ?></td></tr>
<tr><td class='n'>c s</td><td><?php echo __("Collapse sidebar") ?></td></tr>
- <tr><td class='n'>c m</td><td><?php echo __("Toggle category reordering mode") ?></td></tr>
+ <!-- <tr><td class='n'>c m</td><td><?php echo __("Toggle category reordering mode") ?></td></tr> -->
<tr><td class='n'>?</td><td><?php echo __("Display this help dialog") ?></td></tr>
</table>
@@ -41,7 +41,7 @@
<h2><?php echo __("Feed actions") ?></h2>
<table>
- <tr><td class='n'>f r</td><td><?php echo __("Update active feed") ?></td></tr>
+ <tr><td class='n'>f r</td><td><?php echo __("Refresh active feed") ?></td></tr>
<!-- <tr><td class='n'>R</td><td><?php echo __("Update all feeds") ?></td></tr> -->
<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>