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 - problems in .properties file (ejb)
Summary: problems in .properties file (ejb)
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-06 13:33 UTC by Ming Zhou
Modified: 2008-01-04 01:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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