summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-11 13:37:03 +0300
committerAndrew Dolgov <[email protected]>2010-11-11 13:37:03 +0300
commit1ede58149d1fc7929a1daa8c37ee843398dc8e99 (patch)
tree15fa3f30a50588567ab07e1bb0755b8190378fb4 /help
parent73d1378f62bc13025ed39518bd25e7c1d3198e4b (diff)
allow selecting multiple headlines/articles by ctrl-click; change click handling on CDM article content
Diffstat (limited to 'help')
-rw-r--r--help/3.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/3.php b/help/3.php
index 47ef3c9d7..76142417f 100644
--- a/help/3.php
+++ b/help/3.php
@@ -17,7 +17,8 @@
<tr><td class='n'>S</td><td><?php echo __("Toggle published") ?></td></tr>
<tr><td class='n'>u</td><td><?php echo __("Toggle unread") ?></td></tr>
<tr><td class='n'>T</td><td><?php echo __("Edit tags") ?></td></tr>
- <tr><td class='n'>D</td><td><?php echo __("In combined mode, dismiss selected articles") ?></td></tr>
+ <tr><td class='n'>D</td><td><?php echo __("Dismiss selected articles") ?></td></tr>
+ <tr><td class='n'>X</td><td><?php echo __("Dismiss read articles") ?></td></tr>
<tr><td class='n'>o</td><td><?php echo __("Open article in new window") ?></td></tr>
<tr><td class='n'>c n/c p</td><td><?php echo __("Mark articles below/above active one as read") ?></td></tr>
<tr><td class='n'>N/P</td><td><?php echo __("Scroll article content") ?></td></tr>