mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +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(
|
$file = Array(
|
||||||
'Add'=>$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.add'),
|
'Add'=>$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.add'),
|
||||||
'_NewLine_', // give a newline
|
'_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);
|
display_sidebox($appname,$menu_title,$file);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user