From 1f31f5b04daa618860748718cb4acff96ca8ea9b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 16 Nov 2008 10:59:04 +0000 Subject: [PATCH] "typo" --- filemanager/inc/class.filemanager_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/inc/class.filemanager_hooks.inc.php b/filemanager/inc/class.filemanager_hooks.inc.php index f2034cce70..7509965e76 100644 --- a/filemanager/inc/class.filemanager_hooks.inc.php +++ b/filemanager/inc/class.filemanager_hooks.inc.php @@ -37,7 +37,7 @@ class filemanager_hooks $title = $GLOBALS['egw_info']['apps'][self::$appname]['title'] . ' '. lang('Menu'); $file = array( 'Your home directory' => $GLOBALS['egw']->link('/index.php',array('menuaction'=>self::$appname.'.filemanager_ui.index','path'=>$homepath)), - 'User and groups' => $GLOBALS['egw']->link('/index.php',array('menuaction'=>self::$appname.'.filemanager_ui.index','path'=>$basepath)), + 'Users and groups' => $GLOBALS['egw']->link('/index.php',array('menuaction'=>self::$appname.'.filemanager_ui.index','path'=>$basepath)), ); if (!empty($file_prefs['showbase']) && $file_prefs['showbase']=='yes') {