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.

View | Details | Raw Unified | Return to bug 229630
Collapse All | Expand All

(-)a/git/src/org/netbeans/modules/git/ui/reset/Bundle.properties (-3 / +3 lines)
Lines 45-53 Link Here
45
LBL_Reset.title=Git Reset
45
LBL_Reset.title=Git Reset
46
ResetPanel.jLabel1.text=Reset current head to chosen commit:
46
ResetPanel.jLabel1.text=Reset current head to chosen commit:
47
ResetPanel.optionsPanel.text=Options
47
ResetPanel.optionsPanel.text=Options
48
ResetPanel.rbSoft.text=Do Not Modify Index or Working Tree (--soft)
48
ResetPanel.rbSoft.text=Do Not Modify Index or Working Tree (--so&ft)
49
ResetPanel.rbMixed.text=Modify Working Tree (--mixed)
49
ResetPanel.rbMixed.text=Modify Working Tree (--mi&xed)
50
ResetPanel.rbHard.text=Update Index and Working Tree (--hard)
50
ResetPanel.rbHard.text=Update Index and Working Tree (--&hard)
51
ResetPanel.rbSoft.TTtext=moves HEAD but does not update the index or files in the working tree
51
ResetPanel.rbSoft.TTtext=moves HEAD but does not update the index or files in the working tree
52
ResetPanel.rbMixed.TTtext=moves the HEAD, updates the index with entries from the selected commit but no files in the working tree
52
ResetPanel.rbMixed.TTtext=moves the HEAD, updates the index with entries from the selected commit but no files in the working tree
53
ResetPanel.rbHard.TTtext=moves the HEAD and updates the index as well as files in the working tree
53
ResetPanel.rbHard.TTtext=moves the HEAD and updates the index as well as files in the working tree

Return to bug 229630