hotkey help: remove unnecessary 'shift'

This commit is contained in:
Andrew Dolgov 2008-09-08 05:55:07 +01:00
parent 1a61ca2286
commit d9059255b3
1 changed files with 1 additions and 1 deletions

View File

@ -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>