From e7179a897725536014db415657ed216447d1aa79 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Mon, 26 Sep 2005 07:06:04 +0000 Subject: [PATCH] use the same name schema like the other egw apps --- addressbook/inc/hook_sidebox_menu.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/hook_sidebox_menu.inc.php b/addressbook/inc/hook_sidebox_menu.inc.php index 3a6be2f890..dc6bc70ce0 100644 --- a/addressbook/inc/hook_sidebox_menu.inc.php +++ b/addressbook/inc/hook_sidebox_menu.inc.php @@ -23,7 +23,7 @@ display_sidebox can be called as much as you like */ - $menu_title = $GLOBALS['egw_info']['apps'][$appname]['title'] . ' '. lang('Menu'); + $menu_title = $GLOBALS['egw_info']['apps'][$appname]['title']; $file = Array( 'Add'=>$GLOBALS['egw']->link('/index.php','menuaction=addressbook.uiaddressbook.add'), '_NewLine_', // give a newline