summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-17 14:39:29 +0100
committerAndrew Dolgov <[email protected]>2008-05-17 14:39:29 +0100
commit5cf0cc5df57f02b771441fcd9ced40ea82c9eff4 (patch)
tree884c8c3c42c73a25fccf55534226e7d156199696 /help
parent60d4df4dbeac9f770f40c56dd4c704526572d6b2 (diff)
change t hotkey to T
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 009376f5d..c7a321b9d 100644
--- a/help/3.php
+++ b/help/3.php
@@ -16,7 +16,7 @@
<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'>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'>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>
</table>