Renamed 'groups' to the more descriptive 'group-edit'.

git-svn-id: http://scm.dspace.org/svn/repo/trunk@856 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
David Stuve
2004-04-18 22:15:38 +00:00
parent ac49d34c6f
commit ac56751cb3
2 changed files with 2 additions and 2 deletions

View File

@@ -416,7 +416,7 @@
<servlet-mapping>
<servlet-name>groups</servlet-name>
<url-pattern>/tools/groups</url-pattern>
<url-pattern>/tools/group-edit</url-pattern>
</servlet-mapping>
<servlet-mapping>

View File

@@ -59,7 +59,7 @@
links.add("/dspace-admin/edit-epeople");
labels.add("Groups");
links.add("/tools/groups");
links.add("/tools/group-edit");
labels.add("Items");
links.add("/tools/edit-item");