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 226695 - better to use other word than "Friend Module may not be blank"
Summary: better to use other word than "Friend Module may not be blank"
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-26 05:30 UTC by Masaki Katakai
Modified: 2013-05-21 02:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (57.12 KB, image/jpeg)
2013-02-26 05:30 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2013-02-26 05:30:18 UTC
Created attachment 131879 [details]
screenshot

I got a message from community people that 

  "Friend Module may not be blank."

is hard to understand on "Add New Friend Module"
dialog when it's blank.

./apisupport-ant/apisupport-ant/org/netbeans/modules/apisupport/project/ui/customizer/Bundle.properties:

MSG_FriendIsNotValidCNB=Friend Module must be a valid code name base.
MSG_FriendMayNotBeBlank=Friend Module may not be blank.

It's better to use like e.g.

Friend Module cannot be blank.
Friend Module should not be blank.

Please evaluate.
Comment 1 Martin Kozeny 2013-05-20 10:04:51 UTC
https://hg.netbeans.org/core-main/rev/7bee45e16529
Comment 2 Quality Engineering 2013-05-21 02:36:14 UTC
Integrated into 'main-golden', will be available in build *201305202300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7bee45e16529
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #226695: When "Add New Friend Module" dialog is blank, message "Friend Module cannot be blank." appears.