Use correct translation key for contact import pref

This commit is contained in:
shrykedude 2003-11-08 04:59:08 +00:00
parent 0a0e56e739
commit 941e208118

View File

@ -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);