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 84993 - Bad wording and buttons in Remove Server Instance
Summary: Bad wording and buttons in Remove Server Instance
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-15 13:41 UTC by Jiri Kopsa
Modified: 2007-08-03 13:15 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 Jiri Kopsa 2006-09-15 13:41:04 UTC
The dialog that pops up on server instance > Remove says "Do you really want to
remove the Sun Java System Application Server?"

Perhaps the wording should indicate that the instance will actually be only
unregistered from the IDE rather then removed, e.g.

"Do you really want to remove the Sun Java System Application Server from the IDE?"

or

"Do you really want to unregister the Sun Java System Application Server?"

Also it should have Yes / No buttons, instead of OK / Cancel.
Comment 1 Sherold Dev 2006-09-15 15:50:31 UTC
TM -> Dev
Comment 2 Sherold Dev 2006-09-20 13:50:44 UTC
Since the action is called "remove", I would rather use #1:

"Do you really want to remove the Sun Java System Application Server from the IDE?"

instead of using "unregister" in the text. Do you agree?

Comment 3 Jiri Kopsa 2006-09-20 14:25:28 UTC
Ok.

Please don't forget the buttons as that's the main issue.
Comment 4 Petr Hejl 2007-08-03 13:13:34 UTC
Fixed - yes/no option and the question changed to "Do you really want to remove the XXX from the IDE?"

Checking in src/org/netbeans/modules/j2ee/deployment/impl/ui/actions/Bundle.properties;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/actions/Bundle.properties,v  <--  Bundle.properties
new revision: 1.28; previous revision: 1.27
done
Checking in src/org/netbeans/modules/j2ee/deployment/impl/ui/actions/RemoveInstanceAction.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/actions/RemoveInstanceAction.java,v  <-- 
RemoveInstanceAction.java
new revision: 1.8; previous revision: 1.7
done