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 46112 - Typos in Main Class dialog
Summary: Typos in Main Class dialog
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: UI
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-07-14 08:48 UTC by Milan Kubec
Modified: 2006-03-24 10:23 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 Milan Kubec 2004-07-14 08:48:54 UTC
[dev-200407131800, JDK 1.4.2]

If there is no main method in project and user
invokes Run Project action the dialog Run Project
is opened to inform about missing main class.
There are two typos there. The pane contains line:
<No main classes found.> 
IMO the period (.) shouldn't be there.
The second thing is the sentence above the pane:
... project doesnt have ...
There should be apostrophe (') -> "doesn't".
Comment 1 Jesse Glick 2004-08-04 03:16:31 UTC
Use of a contraction is bad anyway. Will fix wording.
Comment 2 Jesse Glick 2004-08-04 19:47:39 UTC
committed     Up-To-Date  1.27       
java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties
Comment 3 Milan Kubec 2004-08-19 16:15:47 UTC
Verified in dev-200408181800.