added lang-call to display_mainscreen

This commit is contained in:
Ralf Becker 2003-05-18 19:31:21 +00:00
parent a09ccfb730
commit b68857973c

View File

@ -1692,7 +1692,7 @@ if (!@is_file(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $GLOBALS['phpgw_info'
$link_data[] = array
(
'pref_link' => $url,
'pref_text' => $text
'pref_text' => lang($text)
);
}