Bug 214977

Summary: Small typo in console
Product: [Retired] 389 Reporter: Bart Schelstraete <bart>
Component: Directory ConsoleAssignee: Rich Megginson <rmeggins>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: low Docs Contact:
Priority: high    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:31:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 152373, 240316, 427409    

Description Bart Schelstraete 2006-11-10 13:16:35 UTC
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'

Comment 1 Nathan Kinder 2007-10-16 23:34:00 UTC
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

Comment 3 Rich Megginson 2007-12-07 16:42:10 UTC
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