mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
Changed some wording
This commit is contained in:
parent
5d4e15b4b7
commit
30789a2083
@ -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>';
|
||||
|
Loading…
Reference in New Issue
Block a user