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 117201 - typo in editor Bundle.properties
Summary: typo in editor Bundle.properties
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Prox
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 05:55 UTC by Masaki Katakai
Modified: 2007-11-05 13:44 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 05:55:29 UTC
Please fix these typo in Bundle.properties.

./editor/indent/src/org/netbeans/modules/editor/indent/Bundle.properties
  OpenIDE-Module-Long-Description=The module includes indenation and code formatting APIs and infrastructure.
  (indenation)

./editor/mimelookup/src/org/netbeans/modules/editor/mimelookup/Bundle.properties
    for looking up MIME type dependant settings, services and other objects. \
  (dependant)

./editor/options/src/org/netbeans/modules/options/generaleditor/Bundle.properties
  AD_Camel_Case_Behavior_Example=(Example: Caret stops at J, T, N in "JavaTypeName" when using next/previous word acctions)
  (acctions)
./editor/options/src/org/netbeans/modules/options/generaleditor/Bundle.properties
  AN_Camel_Case_Behavior_Example=(Example: Caret stops at J, T, N in "JavaTypeName" when using next/previous word acctions)
 (acctions)
./editor/options/src/org/netbeans/modules/options/generaleditor/Bundle.properties
  CTL_Camel_Case_Behavior_Example=(Example: Caret stops at J, T, N in "JavaTypeName" when using next/previous word acctions)
  (acctions)
Comment 1 Jiri Prox 2007-10-01 11:22:47 UTC
Checking in indent/src/org/netbeans/modules/editor/indent/Bundle.properties;
/cvs/editor/indent/src/org/netbeans/modules/editor/indent/Bundle.properties,v  <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in mimelookup/src/org/netbeans/modules/editor/mimelookup/Bundle.properties;
/cvs/editor/mimelookup/src/org/netbeans/modules/editor/mimelookup/Bundle.properties,v  <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in options/src/org/netbeans/modules/options/generaleditor/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/generaleditor/Bundle.properties,v  <--  Bundle.properties
new revision: 1.8; previous revision: 1.7
done