summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-21 17:47:29 +0100
committerAndrew Dolgov <[email protected]>2009-01-21 17:47:29 +0100
commit49f4a7e9f08208a2058078842243cae1945e354f (patch)
treebd04c97fdbbbbd8ad2f8f04d82799eea03b6bcaa /help
parent1098687a223eeb7cd1e7c5f1c3485d77ede83cff (diff)
add shortcut for all articles feed
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 af50db9f3..2290cb536 100644
--- a/help/3.php
+++ b/help/3.php
@@ -54,8 +54,9 @@
<h2><?php echo __("Go to...") ?></h2>
<table>
- <tr><td class='n'>g s</td><td><?php echo __("Starred articles") ?></td></tr>
+ <tr><td class='n'>g a</td><td><?php echo __("All articles") ?></td></tr>
<tr><td class='n'>g f</td><td><?php echo __("Fresh articles") ?></td></tr>
+ <tr><td class='n'>g s</td><td><?php echo __("Starred articles") ?></td></tr>
<tr><td class='n'>g p</td><td><?php echo __("Published articles") ?></td></tr>
<tr><td class='n'>g t</td><td><?php echo __("Tag cloud") ?></td></tr>
<tr><td class='n'>g P</td><td><?php echo __("Preferences") ?></td></tr>