aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-17 15:07:20 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-17 15:07:20 +0100
commit16a8416495a12c2662d29352cbefb0e1c74dfb93 (patch)
treee2faeaf46ff8735987195ce1e80c1dcf3d5abb3f /include
parent5db3b71c6aad7b27e440dcf32978b9a5d39b97b3 (diff)
downloadvolse-hubzilla-16a8416495a12c2662d29352cbefb0e1c74dfb93.tar.gz
volse-hubzilla-16a8416495a12c2662d29352cbefb0e1c74dfb93.tar.bz2
volse-hubzilla-16a8416495a12c2662d29352cbefb0e1c74dfb93.zip
css fixes and rename link to full docs to help since its app is also called help
Diffstat (limited to 'include')
-rw-r--r--include/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index 43c7771ec..d31473cc0 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,