diff options
Diffstat (limited to 'treenav.php')
| -rw-r--r-- | treenav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/treenav.php b/treenav.php index ea03696d7c..8b14020fda 100644 --- a/treenav.php +++ b/treenav.php @@ -44,7 +44,7 @@ if (!empty($_REQUEST['jsname'])) $name = $_REQUEST['jsname']; $nav = new TreeNav($rootid, $name, $zoom); $nav->generations=6; $nav->zoomLevel-=1; -print_header(i18n::translate('Interactive Tree')); +print_header(i18n::translate('Interactive tree')); $nav->drawViewport('', "", "600px"); print_footer(); ?> |
