aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php
index 43c7771ec..144509cd0 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -285,7 +285,7 @@ EOT;
App::$page['nav'] .= replace_macros($tpl, array(
'$baseurl' => z_root(),
- '$fulldocs' => t('Documentation'),
+ '$fulldocs' => t('Help'),
'$sitelocation' => $sitelocation,
'$nav' => $x['nav'],
'$banner' => $banner,
@@ -296,7 +296,8 @@ EOT;
'$powered_by' => $powered_by,
'$help' => t('@name, #tag, ?doc, content'),
'$pleasewait' => t('Please wait...'),
- '$navapps' => $navapps
+ '$navapps' => $navapps,
+ '$addapps' => t('Add Apps')
));
if(x($_SESSION, 'reload_avatar') && $observer) {