Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index 8e2116a32a..2e7a1c868c 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -179,10 +179,10 @@ GitHistoryPage_RefreshMenuLabel=&Refresh
GitHistoryPage_RepositoryNamePattern=Repository: {0}
GitHistoryPage_ResetBaselineToHeadMenuLabel=Reset Baseline to &HEAD
GitHistoryPage_ResetBaselineToParentOfHeadMenuLabel=Reset Baseline to First &Parent of HEAD
-GitHistoryPage_ResetHardMenuLabel=&Hard
+GitHistoryPage_ResetHardMenuLabel=&Hard (HEAD, Index, and Working Directory)
GitHistoryPage_ResetMenuLabel=&Reset
-GitHistoryPage_ResetMixedMenuLabel=&Mixed
-GitHistoryPage_ResetSoftMenuLabel=&Soft
+GitHistoryPage_ResetMixedMenuLabel=&Mixed (HEAD and Index)
+GitHistoryPage_ResetSoftMenuLabel=&Soft (HEAD Only)
GitHistoryPage_revertMenuItem=Revert Commit
GitHistoryPage_mergeMenuItem=Merge
GitHistoryPage_rebaseMenuItem=Rebase on Top of
@@ -543,9 +543,9 @@ ResetTargetSelectionDialog_ResetConfirmQuestion=Resetting will overwrite any cha
ResetTargetSelectionDialog_ResetQuestion=Confirm Reset
ResetTargetSelectionDialog_ResetTitle=Reset: {0}
ResetTargetSelectionDialog_ResetTypeGroup=Reset type
-ResetTargetSelectionDialog_ResetTypeHardButton=&Hard
-ResetTargetSelectionDialog_ResetTypeMixedButton=&Mixed (working directory unmodified)
-ResetTargetSelectionDialog_ResetTypeSoftButton=&Soft (index and working directory unmodified)
+ResetTargetSelectionDialog_ResetTypeHardButton=&Hard (HEAD, index, and working directory updated)
+ResetTargetSelectionDialog_ResetTypeMixedButton=&Mixed (HEAD and index updated)
+ResetTargetSelectionDialog_ResetTypeSoftButton=&Soft (HEAD updated)
ResetTargetSelectionDialog_SelectBranchForResetMessage=Select a branch to reset the current branch to
ResetTargetSelectionDialog_WindowTitle=Reset
ResourceHistory_MaxNumCommitsInList=Maximum number of commits to &show:

Back to the top