tmoskun / JSNMPWalker

JSNMPWalker is a Java Swing application to run multiple SNMP walks simultaneously. It provides capabilities to load MIBs and scan a network for devices.
Other
0 stars 1 forks source link

Delete option text is wrong #27

Closed ezcode closed 10 years ago

ezcode commented 10 years ago

With the SNMP Command tree populated (Walk-Node-OID), point to the OID to delete, right click, then from the pop-up menu choose Delete.

A dialog box pops up with the text ("Do you want to delete the node(s)"). This is misleading as we are not deleting nodes but OIDs. Should probably either say "Do you want to delete the OID(s)" or a generic "Do you want to delete the selection". I prefer the former, more descriptiva baout what will happen.