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 269829 - Incorrect text in Git Reset dialog options radio button label
Summary: Incorrect text in Git Reset dialog options radio button label
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-14 23:30 UTC by Sprogz
Modified: 2017-02-14 23:30 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 Sprogz 2017-02-14 23:30:41 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time

STEPS:
 * Any project using Git for version control.
 * Right-click a file choose Git -> Revert/Recover -> Reset…
 * The Git Reset dialog appears
 * The middle "Options" radio text states "Modify Working Tree (--mixed) but the tool-tip on hover states "moves the HEAD, updates the index with entries from the selected commit but no files in the working tree" — surely the radio label *should* state "Modify index but not Working Tree"

(from git-scm.com; --mixed "Resets the index but not the working tree (i.e., the changed files are preserved but not marked for commit) and reports what has not been updated. This is the default action."