Preference-items are translated by preferences/index.php

This commit is contained in:
Ralf Becker 2003-03-27 10:51:58 +00:00
parent d948f09973
commit 915f3a843f

View File

@ -10,9 +10,10 @@
{
$file = Array(
lang('Preferences') => $GLOBALS['phpgw']->link('/preferences/preferences.php',array(
'Preferences' => $GLOBALS['phpgw']->link('/preferences/preferences.php',array(
'appname' =>$appname,
'type' => 'user'))
'type' => 'user')
)
);
//Do not modify below this line
display_section($appname,$file);