Description of problem: Small typo in the Management console. Steps to Reproduce: - Open the Adminitration console - In the menu , click on 'Object' -> 'Set Access Permissions' ..The set permissions dialog box opens. - Click on 'Add' - Add for example the user 'admin' to it. - Press 'Ok'. - Click on 'Add' again, and add the same user again (admin) and click on 'Ok'. An error message pops up with the text: 'Entry already existed'. This should be 'Entry already exists'
This is in the main console framework. Index: topology.properties =================================================================== RCS file: /cvs/dirsec/console/src/com/netscape/management/client/topology/topology.properties,v retrieving revision 1.3 diff -u -2 -t -r1.3 topology.properties --- topology.properties 29 Jun 2007 20:32:29 -0000 1.3 +++ topology.properties 16 Oct 2007 23:33:35 -0000 @@ -168,5 +168,5 @@ error-CreateServerObject=Failed to instantiate Server Object for {0}: error-CannotChangePermission=Cannot change permission. -error-EntryExisted=Entry already existed. +error-EntryExisted=Entry already exists. error-CannotCreateServerObject=Initialize server object error. Could not initialize object: error-CannotCreateServerObjectTitle=Loading Server Object Error
Checking in topology.properties; /cvs/dirsec/console/src/com/netscape/management/client/topology/topology.properties,v <-- topology.properties new revision: 1.5; previous revision: 1.4 done