mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
Use correct translation key for contact import pref
This commit is contained in:
parent
0a0e56e739
commit
941e208118
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user