mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:55 +02:00
Use correct translation key for contact import pref
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user