summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-09-08 05:55:07 +0100
committerAndrew Dolgov <[email protected]>2008-09-08 05:55:07 +0100
commitd9059255b397e5133a97594823c37c37cdab5466 (patch)
tree73f29983f9c742a8a47e299b8015ac230a31fc57 /help
parent1a61ca2286e2fd7796bca9a8bd2395f36b629c53 (diff)
hotkey help: remove unnecessary 'shift'
Diffstat (limited to 'help')
-rw-r--r--help/3.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/3.php b/help/3.php
index f6afb8579..dadb627da 100644
--- a/help/3.php
+++ b/help/3.php
@@ -14,7 +14,7 @@
<table>
<tr><td class='n'>s</td><td><?php echo __("Toggle starred") ?></td></tr>
- <tr><td class='n'>shift-S</td><td><?php echo __("Toggle published") ?></td></tr>
+ <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'>o</td><td><?php echo __("Open article in new window") ?></td></tr>