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 117247 - typo in java/editor Bundle.properties
Summary: typo in java/editor Bundle.properties
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 08:11 UTC by Masaki Katakai
Modified: 2007-10-01 10:05 UTC (History)
1 user (show)

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 Masaki Katakai 2007-10-01 08:11:33 UTC
Please fix the typo in ./java/editor/src/org/netbeans/modules/java/editor/overridden/Bundle.properties.

./java/editor/src/org/netbeans/modules/java/editor/overridden/Bundle.properties
  NAME_AnnonynmousInner=annonymous inner

"annonymous" should be "anonymous".
Comment 1 Masaki Katakai 2007-10-01 08:16:07 UTC
Another one:

java/editor/src/org/netbeans/modules/java/editor/codegen/Bundle.properties
  LBL_constructor_select=Select fields to be initalized by constructor:

"initalized" should be "initialized".
Comment 2 Jan Lahoda 2007-10-01 10:05:00 UTC
Should be OK now:
Checking in overridden/Bundle.properties;
/cvs/java/editor/src/org/netbeans/modules/java/editor/overridden/Bundle.properties,v  <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in overridden/ElementDescription.java;
/cvs/java/editor/src/org/netbeans/modules/java/editor/overridden/ElementDescription.java,v  <--  ElementDescription.java
new revision: 1.6; previous revision: 1.5
done
Checking in codegen/Bundle.properties;
/cvs/java/editor/src/org/netbeans/modules/java/editor/codegen/Bundle.properties,v  <--  Bundle.properties
new revision: 1.10; previous revision: 1.9
done