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