Changed some wording

This commit is contained in:
jengo 2001-04-30 17:53:04 +00:00
parent 5d4e15b4b7
commit 30789a2083

View File

@ -28,10 +28,10 @@
section_start(ucfirst($appname),$imgpath);
echo '<a href="' . $phpgw->link('/addressbook/preferences.php') . '">'
. lang('Addressbook preferences') . '</a><br>';
. lang('Preferences') . '</a><br>';
echo '<a href="' . $phpgw->link('/preferences/acl_preferences.php','acl_app='.$appname) . '">'
. lang('Grant Addressbook Access') . '</a><br>';
. lang('Grant Access') . '</a><br>';
echo '<a href="' . $phpgw->link('/preferences/categories.php','cats_app='.$appname) . '">'
. lang('Edit Categories') . '</a><br>';