summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 03:13:50 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 03:13:50 +0100
commitb61cf20ca28b73a968fa537ca51f6cfef97fe646 (patch)
treeae3e4b4c38e411ce54de52d91771ce82c8aa21c3 /help
parent5ad9d132117af6a65a1b496850e7db441b36b5ad (diff)
CDM mode: remove obsolete 't' hotkey
Diffstat (limited to 'help')
-rw-r--r--help/3.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/3.php b/help/3.php
index 213312681..950bcd5e4 100644
--- a/help/3.php
+++ b/help/3.php
@@ -16,13 +16,13 @@
<tr><td class='n'>s</td><td>Toggle starred</td></tr>
<tr><td class='n'>shift-S</td><td>Toggle published</td></tr>
<tr><td class='n'>u</td><td>Toggle unread</td></tr>
- <tr><td class='n'>T</td><td>Edit tags</td></tr>
+ <tr><td class='n'>t</td><td>Edit tags</td></tr>
- <? if (get_pref($link, "COMBINED_DISPLAY_MODE")) { ?>
+ <!-- <? if (get_pref($link, "COMBINED_DISPLAY_MODE")) { ?>
<tr><td class='n'>t</td><td>Select article under mouse pointer</td></tr>
<? } else { ?>
<tr><td class='n'>t</td><td class="insensitive">Select article under mouse pointer <span class="small"></span></td></tr>
- <? } ?>
+ <? } ?> -->
<!-- <tr><td class='n'>S</td><td>Edit score</td></tr> -->
</table>