This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123567

Summary: problems in .properties file (ejb)
Product: obsolete Reporter: Ming Zhou <mingzh>
Component: visualwebAssignee: Quy Nguyen <quynguyen>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ming Zhou 2007-12-06 13:33:29 UTC
1. 
visualweb/ejb/src/org/netbeans/modules/visualweb/ejb/load/Bundle.properties
CANNOT_PARSE_STD_DD=Cannot parse at least of one of the EJB deployment descriptors.
Should be:
CANNOT_PARSE_STD_DD=Cannot parse at least one of the EJB deployment descriptors.
* The first "of" is missing.

2. 
visualweb/ejb/src/org/netbeans/modules/visualweb/ejb/actions/Bundle.properties
DELETE_DIALOG_TITLE_MUL=Confirm Mulitple Object Deletion
Should be:
DELETE_DIALOG_TITLE_MUL=Confirm Multiple Object Deletion
* Typo in "Mulitple".
Comment 1 Quy Nguyen 2008-01-04 01:57:38 UTC
Fixed in trunk.

Checking in load/Bundle.properties;
/cvs/visualweb/ejb/src/org/netbeans/modules/visualweb/ejb/load/Bundle.properties,v  <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in actions/Bundle.properties;
/cvs/visualweb/ejb/src/org/netbeans/modules/visualweb/ejb/actions/Bundle.properties,v  <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done