aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-05 19:52:41 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-05 19:52:41 -0700
commitf20933e1e0f955d49fff3780c367ea2edf581728 (patch)
treed384d386afc276e666c853051256bbe912412261 /include/nav.php
parentdf8f6e45e244be95dd8ddc51e1f0b1245eaebc6e (diff)
downloadvolse-hubzilla-f20933e1e0f955d49fff3780c367ea2edf581728.tar.gz
volse-hubzilla-f20933e1e0f955d49fff3780c367ea2edf581728.tar.bz2
volse-hubzilla-f20933e1e0f955d49fff3780c367ea2edf581728.zip
more work on db storage of doco
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php
index 0ca554897..898805bba 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -157,7 +157,7 @@ EOT;
$nav['apps'] = array('apps', t('Apps'), "", t('Applications, utilities, links, games'),'apps_nav_btn');
- $nav['search'] = array('search', t('Search'), "", t('Search site content'));
+ $nav['search'] = array('search', t('Search'), "", t('Search site @name, #tag, ?docs, content'));
$nav['directory'] = array('directory', t('Directory'), "", t('Channel Directory'),'directory_nav_btn');
@@ -244,7 +244,7 @@ $powered_by = '';
'$localuser' => local_channel(),
'$sel' => $a->nav_sel,
'$powered_by' => $powered_by,
- '$help' => t('@name, #tag, content'),
+ '$help' => t('@name, #tag, ?doc, content'),
'$pleasewait' => t('Please wait...')
));