summaryrefslogtreecommitdiff
path: root/help/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'help/main.php')
-rw-r--r--help/main.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/main.php b/help/main.php
index e1812b3f2..094b28977 100644
--- a/help/main.php
+++ b/help/main.php
@@ -43,6 +43,8 @@
<table>
<tr><td class='n'>a a</td><td><?php echo __("Select all articles") ?></td></tr>
<tr><td class='n'>a u</td><td><?php echo __("Select unread articles") ?></td></tr>
+ <tr><td class='n'>a U</td><td><?php echo __("Select starred articles") ?></td></tr>
+ <tr><td class='n'>a p</td><td><?php echo __("Select published articles") ?></td></tr>
<tr><td class='n'>a i</td><td><?php echo __("Invert article selection") ?></td></tr>
<tr><td class='n'>a n</td><td><?php echo __("Deselect all articles") ?></td></tr>
</table>