From 941e208118cec3e32bd3790ddb0f2938c981be1c Mon Sep 17 00:00:00 2001 From: shrykedude Date: Sat, 8 Nov 2003 04:59:08 +0000 Subject: [PATCH] Use correct translation key for contact import pref --- 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 1aa75dffb7..7dab394916 100644 --- a/addressbook/inc/hook_sidebox_menu.inc.php +++ b/addressbook/inc/hook_sidebox_menu.inc.php @@ -27,7 +27,7 @@ $file = Array( 'Add'=>$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.add'), '_NewLine_', // give a newline - 'Import_Contacts'=>$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiXport.import') + 'import contacts'=>$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiXport.import') ); display_sidebox($appname,$menu_title,$file);